1 override of GetPointsToAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
169
protected override PointsToAbstractValue
GetPointsToAbstractValue
(IOperation operation) => base.GetCachedAbstractValue(operation);
36 references to GetPointsToAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (36)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\DisposeAnalysis\DisposeAnalysis.DisposeDataFlowOperationVisitor.cs (5)
115
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(disposedInstance);
128
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(invalidatedInstance);
290
var instanceLocation =
GetPointsToAbstractValue
(originalOperation);
336
var pointsToValue =
GetPointsToAbstractValue
(operation.Value);
405
var pointsToAbstractValue =
GetPointsToAbstractValue
(operation);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ParameterValidationAnalysis\ParameterValidationAnalysis.ParameterValidationDataFlowOperationVisitor.cs (1)
151
var pointsToLocation =
GetPointsToAbstractValue
(operation);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (8)
166
builder.Add(this.
GetPointsToAbstractValue
(argumentOperation));
179
pointsToBuilder.Add(this.
GetPointsToAbstractValue
(argumentOperation));
191
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(operation);
244
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(operation.Value);
296
this.
GetPointsToAbstractValue
(operation.Value));
311
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(propertyReferenceOperation.Instance);
603
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(propertySetInstance);
710
PointsToAbstractValue lValuePointsToAbstractValue = this.
GetPointsToAbstractValue
(flowCaptureReferenceOperation);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocationDataFlowOperationVisitor.cs (8)
73
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
148
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
155
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
162
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
169
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
176
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
183
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
190
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(operation);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntityDataFlowOperationVisitor.cs (2)
380
PointsToAbstractValue newValueLocation =
GetPointsToAbstractValue
(assignedValueOperation);
754
var assignedInstance =
GetPointsToAbstractValue
(operation.Value);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (12)
331
GetPointsToAbstractValue
:
1089
protected NullAbstractValue GetNullAbstractValue(IOperation operation) =>
GetPointsToAbstractValue
(operation).NullState;
1262
var pointsToValue =
GetPointsToAbstractValue
(sourceOperand);
1953
var pointsToValue =
GetPointsToAbstractValue
(flowCaptureReference);
2048
var pointsToValue =
GetPointsToAbstractValue
(operation);
2421
var pointsToValue =
GetPointsToAbstractValue
(argument);
2472
var instancePointsToValue =
GetPointsToAbstractValue
(instanceReceiver);
2489
var instancePointsToValue =
GetPointsToAbstractValue
(originalOperation);
2529
instanceLocation =
GetPointsToAbstractValue
(argument);
3204
var pointsToValueOfTask =
GetPointsToAbstractValue
(operation);
3360
invocationTarget =
GetPointsToAbstractValue
(instance);
3868
var pointsToValue =
GetPointsToAbstractValue
(operation.Operation);