2 parents 738c91f + d36354b commit 7fda929Copy full SHA for 7fda929
1 file changed
csharp/ql/lib/semmle/code/csharp/Unification.qll
@@ -348,6 +348,7 @@ module Gvn {
348
*
349
* `subsumes` indicates whether `arg1` in fact subsumes `arg2`.
350
*/
351
+ pragma[no_dynamic_join_order]
352
pragma[nomagic]
353
private predicate unifiableTypeArguments(
354
CompoundTypeKind k, GvnTypeArgument arg1, GvnTypeArgument arg2, int i, boolean subsumes
0 commit comments