1 instantiation of DefaultPointsToValueGenerator
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.cs (1)
85var defaultPointsToValueGenerator = new DefaultPointsToValueGenerator(trackedEntitiesBuilder);
8 references to DefaultPointsToValueGenerator
Microsoft.CodeAnalysis.NetAnalyzers (8)
src\ffd9070534249528\PointsToAnalysis.CorePointsToAnalysisDataDomain.cs (2)
24DefaultPointsToValueGenerator defaultPointsToValueGenerator, 33public DefaultPointsToValueGenerator DefaultPointsToValueGenerator { get; }
src\ffd9070534249528\PointsToAnalysis.PointsToAnalysisDomain.cs (1)
17public PointsToAnalysisDomain(DefaultPointsToValueGenerator defaultPointsToValueGenerator, Func<ITypeSymbol?, bool> isDisposable)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (4)
25private readonly DefaultPointsToValueGenerator _defaultPointsToValueGenerator; 33DefaultPointsToValueGenerator defaultPointsToValueGenerator, 440DefaultPointsToValueGenerator defaultPointsToValueGenerator, 503DefaultPointsToValueGenerator defaultPointsToValueGenerator,
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.cs (1)
85var defaultPointsToValueGenerator = new DefaultPointsToValueGenerator(trackedEntitiesBuilder);