Skip to content

Commit 9785ce4

Browse files
committed
C#: Actually cache module Cached
1 parent d46028f commit 9785ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class DataFlowSummarizedCallable instanceof FlowSummary::SummarizedCallable {
8989
string toString() { result = super.toString() }
9090
}
9191

92+
cached
9293
private module Cached {
9394
/**
9495
* The following heuristic is used to rank when to use source code or when to use summaries for DataFlowCallables.

0 commit comments

Comments
 (0)