Files
codeql/csharp/ql/test/library-tests/frameworks/EntityFramework/FlowSummaries.ql
2021-03-24 11:27:01 +01:00

10 lines
441 B
Plaintext

import semmle.code.csharp.dataflow.FlowSummary
import semmle.code.csharp.dataflow.internal.FlowSummaryImpl::Private::TestOutput
import semmle.code.csharp.frameworks.EntityFramework::EntityFramework
private class IncludeSummarizedCallable extends RelevantSummarizedCallable {
IncludeSummarizedCallable() { this instanceof EFSummarizedCallable }
override string getFullString() { result = this.(Callable).getQualifiedNameWithTypes() }
}