1 write to _defaultPointsToValueGenerator
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
39
_defaultPointsToValueGenerator
= defaultPointsToValueGenerator;
7 references to _defaultPointsToValueGenerator
Microsoft.CodeAnalysis.NetAnalyzers (7)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (7)
93
_defaultPointsToValueGenerator
.GetOrCreateDefaultValue(analysisEntity);
130
(forInterproceduralAnalysis || !
_defaultPointsToValueGenerator
.HasAnyTrackedEntity))
138
!forInterproceduralAnalysis &&
_defaultPointsToValueGenerator
.IsTrackedEntity(entity))
160
value =
_defaultPointsToValueGenerator
.GetOrCreateDefaultValue(analysisEntity);
180
Debug.Assert(value ==
_defaultPointsToValueGenerator
.GetOrCreateDefaultValue(analysisEntity));
416
ref predicateValueKind,
_defaultPointsToValueGenerator
, WellKnownTypeProvider.Compilation, IsDisposable,
423
ref predicateValueKind,
_defaultPointsToValueGenerator
, WellKnownTypeProvider.Compilation, IsDisposable,