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