We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bdfdb0 + 8521340 commit c80495fCopy full SHA for c80495f
csharp/ql/src/semmle/code/csharp/dispatch/Dispatch.qll
@@ -387,7 +387,8 @@ private module Internal {
387
result = this.getAStaticTarget()
388
or
389
result.getUnboundDeclaration() =
390
- this.getASubsumedStaticTarget0(Gvn::getGlobalValueNumber(result.getDeclaringType()))
+ this.getASubsumedStaticTarget0(pragma[only_bind_out](Gvn::getGlobalValueNumber(result
391
+ .getDeclaringType())))
392
}
393
394
/**
0 commit comments