mirror of
https://github.com/github/codeql.git
synced 2026-01-08 20:20:34 +01:00
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
import semmle.code.csharp.dataflow.FlowSummary::TestOutput
|
|
import semmle.code.csharp.frameworks.EntityFramework::EntityFramework
|
|
|
|
private class IncludeEFSummarizedCallable extends RelevantSummarizedCallable {
|
|
IncludeEFSummarizedCallable() { this instanceof EFSummarizedCallable }
|
|
}
|