mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
C#: Fix performance issue in unification library
This commit is contained in:
@@ -474,7 +474,8 @@ module Gvn {
|
||||
sourceDecl = any(GenericType t).getSourceDeclaration() and
|
||||
not sourceDecl instanceof PointerType and
|
||||
not sourceDecl instanceof NullableType and
|
||||
not sourceDecl instanceof ArrayType
|
||||
not sourceDecl instanceof ArrayType and
|
||||
not sourceDecl instanceof TupleType
|
||||
}
|
||||
|
||||
cached
|
||||
|
||||
Reference in New Issue
Block a user