3 references to CreateAbstractIndices
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntityFactory.cs (3)
154
indices =
CreateAbstractIndices
(arrayElementReference.Indices);
159
indices =
CreateAbstractIndices
(dynamicIndexerAccess.Arguments);
303
CreateAbstractIndices
(propertyReference.Arguments.SelectAsArray(a => a.Value)) :