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.
1 parent 7648815 commit ff35100Copy full SHA for ff35100
csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll
@@ -169,7 +169,7 @@ pragma[noinline]
169
private predicate inDefDominanceFrontier(BasicBlock bb, SourceVariable v) {
170
exists(BasicBlock defbb, Definition def |
171
def.definesAt(v, defbb, _) and
172
- inDominanceFrontier(defbb, bb)
+ inDominanceFrontier(pragma[only_bind_into](defbb), bb)
173
)
174
}
175
0 commit comments