1 write to _getPointsToAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntityFactory.cs (1)
59
_getPointsToAbstractValue
= getPointsToAbstractValue;
10 references to _getPointsToAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (10)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntityFactory.cs (10)
173
if (
_getPointsToAbstractValue
!= null)
185
var instanceLocation =
_getPointsToAbstractValue
(instanceReference);
217
if (
_getPointsToAbstractValue
== null ||
218
_getPointsToAbstractValue
(conversion) !=
_getPointsToAbstractValue
(conversion.Operand))
334
_getPointsToAbstractValue
== null)
345
PointsToAbstractValue instanceLocation =
_getPointsToAbstractValue
(tupleOperation);
447
if (
_getPointsToAbstractValue
== null &&
470
var instancePointsToValue =
_getPointsToAbstractValue
!(instance);
484
instanceLocation =
_getPointsToAbstractValue
!(instance);