C#: Rename getSourceDeclaration() to getUnboundDeclaration()

This commit is contained in:
Tom Hvitved
2020-11-05 14:23:15 +01:00
parent 2cf10a7658
commit cd77f14a75
67 changed files with 302 additions and 254 deletions

View File

@@ -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