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.
1 parent 9239d40 commit e24b15bCopy full SHA for e24b15b
csharp/ql/test/shared/FlowSummaries.qll
@@ -2,6 +2,10 @@ import semmle.code.csharp.dataflow.FlowSummary
2
import semmle.code.csharp.dataflow.internal.FlowSummaryImpl::Private::TestOutput
3
4
abstract class IncludeSummarizedCallable extends RelevantSummarizedCallable {
5
+ IncludeSummarizedCallable() {
6
+ [this.(Modifiable), this.(Accessor).getDeclaration()].isEffectivelyPublic()
7
+ }
8
+
9
/** Gets the qualified parameter types of this callable as a comma-separated string. */
10
private string parameterQualifiedTypeNamesToString() {
11
result =
0 commit comments