15 references to Create
Microsoft.CodeAnalysis.AnalyzerUtilities (15)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\DefaultPointsToValueGenerator.cs (1)
46
value = PointsToAbstractValue.
Create
(AbstractLocation.CreateAnalysisEntityDefaultLocation(analysisEntity), mayBeNull: true);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (9)
244
PointsToAbstractValue.
Create
(
297
return PointsToAbstractValue.
Create
(location, mayBeNull: true);
802
var pointsToAbstractValue = PointsToAbstractValue.
Create
(location, mayBeNull: false);
833
var pointsToAbstractValue = PointsToAbstractValue.
Create
(location, mayBeNull: false);
847
pointsToAbstractValue = PointsToAbstractValue.
Create
(location, mayBeNull: false);
866
return PointsToAbstractValue.
Create
(location, mayBeNull: false);
887
? PointsToAbstractValue.
Create
(AbstractLocation.CreateAllocationLocation(operation, operation.Type, DataFlowAnalysisContext), mayBeNull: false)
931
var pointsToAbstractValue = PointsToAbstractValue.
Create
(location, mayBeNull: true);
1216
return PointsToAbstractValue.
Create
(location, mayBeNull: false);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntityFactory.cs (3)
85
var instanceLocation = PointsToAbstractValue.
Create
(thisOrMeInstanceLocation, mayBeNull: false);
429
var instanceLocation = PointsToAbstractValue.
Create
(
544
instanceLocation = PointsToAbstractValue.
Create
(location, mayBeNull: false);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (2)
408
return PointsToAbstractValue.
Create
(thisOrMeLocation, mayBeNull: false);
843
implicitTaskPointsToValue = PointsToAbstractValue.
Create
(location, mayBeNull: false);