1 write to _array
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (1)
43
=>
_array
= array;
8 references to _array
Microsoft.AspNetCore.App.Analyzers (8)
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (8)
45
public override int Length =>
_array
.Count;
46
public override VirtualChar this[int index] =>
_array
[index];
50
if (
_array
.IsEmpty)
54
if (position <
_array
[0].Span.Start || position >=
_array
[
_array
.Count - 1].Span.End)
58
var index = BinarySearch(
_array
, position, static (ch, position) =>
73
return
_array
[index];