2 references to InferConstantIndexFromSystemIndex
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
9217int? constIndex = InferConstantIndexFromSystemIndex(Compilation, convertedIndex, length, out location);
FlowAnalysis\DefiniteAssignment.cs (1)
1596Binder.InferConstantIndexFromSystemIndex(compilation, elementAccess.Argument, length, out _) is 0))