Skip to content

Commit b27b89b

Browse files
authored
Merge pull request github#15567 from hvitved/csharp/cache-module
C#: Actually cache module `Cached`
2 parents 9634511 + 9785ce4 commit b27b89b

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)