1 write to _leafCharacters
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
62
_leafCharacters
= sequence;
10 references to _leafCharacters
Microsoft.CodeAnalysis.Workspaces (10)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (10)
44
/// The portion of <see cref="
_leafCharacters
"/> that is being exposed. This span
74
public VirtualChar this[int index] =>
_leafCharacters
[_span.Start + index];
79
public bool IsDefault =>
_leafCharacters
== null;
87
=> new(
_leafCharacters
, new TextSpan(_span.Start + span.Start, span.Length));
100
=>
_leafCharacters
?.Find(position);
196
Debug.Assert(
_leafCharacters
== virtualChars.
_leafCharacters
);
208
Debug.Assert(chars1.
_leafCharacters
== chars2.
_leafCharacters
);
210
chars1.
_leafCharacters
,