1 write to _leafCharacters
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualCharSequence.cs (1)
66
_leafCharacters
= sequence;
10 references to _leafCharacters
Microsoft.AspNetCore.App.Analyzers (10)
Infrastructure\VirtualChars\VirtualCharSequence.cs (10)
44
/// The portion of <see cref="
_leafCharacters
"/> that is being exposed. This span
78
public VirtualChar this[int index] =>
_leafCharacters
[_span.Start + index];
83
public bool IsDefault =>
_leafCharacters
== null;
91
=> new(
_leafCharacters
, new TextSpan(_span.Start + span.Start, span.Length));
104
=>
_leafCharacters
?.Find(position);
214
Debug.Assert(
_leafCharacters
== virtualChars.
_leafCharacters
);
226
Debug.Assert(chars1.
_leafCharacters
== chars2.
_leafCharacters
);
228
chars1.
_leafCharacters
,