1 write to _leafCharacters
Metrics.Legacy (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
65
_leafCharacters
= sequence;
10 references to _leafCharacters
Metrics.Legacy (10)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (10)
47
/// The portion of <see cref="
_leafCharacters
"/> that is being exposed. This span
77
public VirtualCharGreen this[int index] =>
_leafCharacters
[_span.Start + index];
82
public bool IsDefault =>
_leafCharacters
== null;
88
=> new(
_leafCharacters
, new TextSpan(_span.Start + start, length));
95
=>
_leafCharacters
?.FindIndex(tokenStart, position) - _span.Start;
100
Debug.Assert(
_leafCharacters
== virtualChars.
_leafCharacters
);
111
Debug.Assert(chars1.
_leafCharacters
== chars2.
_leafCharacters
);
113
chars1.
_leafCharacters
,