We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getLeafTypeAt
1 parent 7e4d761 commit 4180528Copy full SHA for 4180528
csharp/ql/src/semmle/code/csharp/Unification.qll
@@ -485,6 +485,7 @@ module Gvn {
485
/**
486
* Gets the leaf GVN inside GVN `t`, by following the path `path`, if any.
487
*/
488
+ pragma[noinline]
489
private GvnType getLeafTypeAt(GvnType t, TTypePath path) {
490
result = getTypeAt(t, path) and
491
not result instanceof ConstructedGvnType
0 commit comments