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)
69public int Length => _span.Length; 74public VirtualChar this[int index] => _leafCharacters[_span.Start + index]; 87=> new(_leafCharacters, new TextSpan(_span.Start + span.Start, span.Length)); 197Debug.Assert(_span.End == virtualChars._span.Start); 211TextSpan.FromBounds(chars1._span.Start, chars2._span.End));