We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e6ed commit fb95084Copy full SHA for fb95084
csharp/ql/lib/semmle/code/csharp/dataflow/LibraryTypeDataFlow.qll
@@ -98,11 +98,6 @@ private module FrameworkDataFlowAdaptor {
98
result = TCallableFlowSourceArg(i) and
99
input = SummaryComponentStack::argument(i)
100
)
101
- or
102
- exists(int i | result = TCallableFlowSourceDelegateArg(i) |
103
- input =
104
- SummaryComponentStack::push(SummaryComponent::return(), SummaryComponentStack::argument(i))
105
- )
106
}
107
108
private class FrameworkDataFlowAdaptor extends SummarizedCallable {
0 commit comments