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.
Cached
1 parent d46028f commit 9785ce4Copy full SHA for 9785ce4
csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowDispatch.qll
@@ -89,6 +89,7 @@ class DataFlowSummarizedCallable instanceof FlowSummary::SummarizedCallable {
89
string toString() { result = super.toString() }
90
}
91
92
+cached
93
private module Cached {
94
/**
95
* The following heuristic is used to rank when to use source code or when to use summaries for DataFlowCallables.
0 commit comments