mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +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 }
|
|
}
|