1 write to _span
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
63
_span
= span;
7 references to _span
Microsoft.CodeAnalysis.CodeStyle (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (7)
69
public int Length =>
_span
.Length;
74
public VirtualChar this[int index] => _leafCharacters[
_span
.Start + index];
87
=> new(_leafCharacters, new TextSpan(
_span
.Start + span.Start, span.Length));
197
Debug.Assert(
_span
.End == virtualChars.
_span
.Start);
211
TextSpan.FromBounds(chars1.
_span
.Start, chars2.
_span
.End));