1 override of GetPointsToAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
167
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)
113
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(disposedInstance);
126
PointsToAbstractValue instanceLocation =
GetPointsToAbstractValue
(invalidatedInstance);
288
var instanceLocation =
GetPointsToAbstractValue
(originalOperation);
334
var pointsToValue =
GetPointsToAbstractValue
(operation.Value);
403
var pointsToAbstractValue =
GetPointsToAbstractValue
(operation);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ParameterValidationAnalysis\ParameterValidationAnalysis.ParameterValidationDataFlowOperationVisitor.cs (1)
150
var pointsToLocation =
GetPointsToAbstractValue
(operation);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (8)
164
builder.Add(this.
GetPointsToAbstractValue
(argumentOperation));
177
pointsToBuilder.Add(this.
GetPointsToAbstractValue
(argumentOperation));
189
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(operation);
242
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(operation.Value);
294
this.
GetPointsToAbstractValue
(operation.Value));
309
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(propertyReferenceOperation.Instance);
601
PointsToAbstractValue pointsToAbstractValue = this.
GetPointsToAbstractValue
(propertySetInstance);
708
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)
329
GetPointsToAbstractValue
:
1087
protected NullAbstractValue GetNullAbstractValue(IOperation operation) =>
GetPointsToAbstractValue
(operation).NullState;
1260
var pointsToValue =
GetPointsToAbstractValue
(sourceOperand);
1951
var pointsToValue =
GetPointsToAbstractValue
(flowCaptureReference);
2046
var pointsToValue =
GetPointsToAbstractValue
(operation);
2419
var pointsToValue =
GetPointsToAbstractValue
(argument);
2470
var instancePointsToValue =
GetPointsToAbstractValue
(instanceReceiver);
2487
var instancePointsToValue =
GetPointsToAbstractValue
(originalOperation);
2527
instanceLocation =
GetPointsToAbstractValue
(argument);
3202
var pointsToValueOfTask =
GetPointsToAbstractValue
(operation);
3358
invocationTarget =
GetPointsToAbstractValue
(instance);
3866
var pointsToValue =
GetPointsToAbstractValue
(operation.Operation);