Implemented interface member:
6 references to
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (4)
46
public override VirtualChar this[int index] => _array
[
index];
54
if (position < _array[0].Span.Start || position >= _array
[
_array.Count - 1].Span.End)
73
return _array
[
index];
85
int comparison = comparer(array
[
middle], value);
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (2)
942
get => this
[
index];
1072
get => this
[
index];