Skip to content

Commit 93830f4

Browse files
committed
Address review comment
1 parent d8f7861 commit 93830f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ private predicate summaryPostUpdateNodeIsOutOrRef(SummaryNode n, Parameter p) {
13331333
exists(ParameterNodeImpl pn, DataFlowCallable c, ParameterPosition pos |
13341334
FlowSummaryImpl::Private::summaryPostUpdateNode(n, pn) and
13351335
pn.isParameterOf(c, pos) and
1336-
p = c.getUnderlyingCallable().getParameter(pos.getPosition()) and
1336+
p = c.asSummarizedCallable().getParameter(pos.getPosition()) and
13371337
p.isOutOrRef()
13381338
)
13391339
}

0 commit comments

Comments
 (0)