@@ -12,7 +12,7 @@ private import DataFlowImplSpecific::Public
1212private import semmle.code.csharp.Unification
1313private import semmle.code.csharp.dataflow.internal.ExternalFlow
1414
15- module Input implements InputSig< DataFlowImplSpecific:: CsharpDataFlow > {
15+ module Input implements InputSig< Location , DataFlowImplSpecific:: CsharpDataFlow > {
1616 class SummarizedCallableBase = UnboundCallable ;
1717
1818 ArgumentPosition callbackSelfParameterPosition ( ) { result .isDelegateSelf ( ) }
@@ -80,7 +80,7 @@ module Input implements InputSig<DataFlowImplSpecific::CsharpDataFlow> {
8080 }
8181}
8282
83- private import Make< DataFlowImplSpecific:: CsharpDataFlow , Input > as Impl
83+ private import Make< Location , DataFlowImplSpecific:: CsharpDataFlow , Input > as Impl
8484
8585private module TypesInput implements Impl:: Private:: TypesInputSig {
8686 DataFlowType getSyntheticGlobalType ( Impl:: Private:: SyntheticGlobal sg ) {
@@ -154,7 +154,7 @@ private module StepsInput implements Impl::Private::StepsInputSig {
154154}
155155
156156module SourceSinkInterpretationInput implements
157- Impl:: Private:: External:: SourceSinkInterpretationInputSig< Location >
157+ Impl:: Private:: External:: SourceSinkInterpretationInputSig
158158{
159159 private import csharp as Cs
160160
@@ -252,7 +252,7 @@ module Private {
252252
253253 module External {
254254 import Impl:: Private:: External
255- import Impl:: Private:: External:: SourceSinkInterpretation< Location , SourceSinkInterpretationInput >
255+ import Impl:: Private:: External:: SourceSinkInterpretation< SourceSinkInterpretationInput >
256256 }
257257
258258 private module SummaryComponentInternal = Impl:: Private:: SummaryComponent;
0 commit comments