mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Rename getSourceDeclaration() to getUnboundDeclaration()
This commit is contained in:
@@ -17,7 +17,7 @@ where
|
||||
add.hasName("Add") and
|
||||
add
|
||||
.getDeclaringType()
|
||||
.getSourceDeclaration()
|
||||
.getUnboundDeclaration()
|
||||
.hasQualifiedName("System.Collections.Generic.ICollection<>") and
|
||||
call.getAnArgument() instanceof NullLiteral
|
||||
select call
|
||||
|
||||
Reference in New Issue
Block a user