File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -740,15 +740,10 @@ private module Cached {
740
740
)
741
741
)
742
742
} or
743
- TSummaryNode (
744
- FlowSummaryImpl:: Public:: SummarizedCallable c ,
745
- FlowSummaryImpl:: Private:: SummaryNodeState state
746
- ) {
747
- c instanceof DataFlowSummarizedCallable and
743
+ TSummaryNode ( DataFlowSummarizedCallable c , FlowSummaryImpl:: Private:: SummaryNodeState state ) {
748
744
FlowSummaryImpl:: Private:: summaryNodeRange ( c , state )
749
745
} or
750
- TSummaryParameterNode ( FlowSummaryImpl:: Public:: SummarizedCallable c , ParameterPosition pos ) {
751
- c instanceof DataFlowSummarizedCallable and
746
+ TSummaryParameterNode ( DataFlowSummarizedCallable c , ParameterPosition pos ) {
752
747
FlowSummaryImpl:: Private:: summaryParameterNodeRange ( c , pos )
753
748
} or
754
749
TParamsArgumentNode ( ControlFlow:: Node callCfn ) {
You can’t perform that action at this time.
0 commit comments