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