Files
codeql/csharp/ql/test/library-tests/dataflow/library/FlowSummaries.ql
2020-11-03 20:28:42 +01:00

7 lines
259 B
Plaintext

import semmle.code.csharp.dataflow.FlowSummary
import semmle.code.csharp.dataflow.FlowSummary::TestOutput
private class IncludeEFSummarizedCallable extends RelevantSummarizedCallable {
IncludeEFSummarizedCallable() { this instanceof SummarizedCallable }
}