Merge pull request #860 from calumgrant/cs/library-flow

C#: Refactor LibraryTypeDataFlow
This commit is contained in:
Tom Hvitved
2019-02-07 11:52:05 +01:00
committed by GitHub
2 changed files with 252 additions and 260 deletions

View File

@@ -82,7 +82,6 @@ Element getCollectionAssignmentTarget(Expr e) {
ief = mc.getQualifier().getType().getSourceDeclaration() and
m = mc.getTarget().getSourceDeclaration() and
ief.callableFlow(source, sink, m, _) and
source.getCallable() = m and
source.getArgumentIndex() = i and
e = mc.getArgument(i)
)