@@ -12,7 +12,7 @@ private import DataFlowImplSpecific::Public
12
12
private import semmle.code.csharp.Unification
13
13
private import semmle.code.csharp.dataflow.internal.ExternalFlow
14
14
15
- module Input implements InputSig< DataFlowImplSpecific:: CsharpDataFlow > {
15
+ module Input implements InputSig< Location , DataFlowImplSpecific:: CsharpDataFlow > {
16
16
class SummarizedCallableBase = UnboundCallable ;
17
17
18
18
ArgumentPosition callbackSelfParameterPosition ( ) { result .isDelegateSelf ( ) }
@@ -80,7 +80,7 @@ module Input implements InputSig<DataFlowImplSpecific::CsharpDataFlow> {
80
80
}
81
81
}
82
82
83
- private import Make< DataFlowImplSpecific:: CsharpDataFlow , Input > as Impl
83
+ private import Make< Location , DataFlowImplSpecific:: CsharpDataFlow , Input > as Impl
84
84
85
85
private module TypesInput implements Impl:: Private:: TypesInputSig {
86
86
DataFlowType getSyntheticGlobalType ( Impl:: Private:: SyntheticGlobal sg ) {
@@ -154,7 +154,7 @@ private module StepsInput implements Impl::Private::StepsInputSig {
154
154
}
155
155
156
156
module SourceSinkInterpretationInput implements
157
- Impl:: Private:: External:: SourceSinkInterpretationInputSig< Location >
157
+ Impl:: Private:: External:: SourceSinkInterpretationInputSig
158
158
{
159
159
private import csharp as Cs
160
160
@@ -252,7 +252,7 @@ module Private {
252
252
253
253
module External {
254
254
import Impl:: Private:: External
255
- import Impl:: Private:: External:: SourceSinkInterpretation< Location , SourceSinkInterpretationInput >
255
+ import Impl:: Private:: External:: SourceSinkInterpretation< SourceSinkInterpretationInput >
256
256
}
257
257
258
258
private module SummaryComponentInternal = Impl:: Private:: SummaryComponent;
0 commit comments