1 write to _span
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
66_span = span;
8 references to _span
Microsoft.CodeAnalysis.BannedApiAnalyzers (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (8)
72public int Length => _span.Length; 77public VirtualCharGreen this[int index] => _leafCharacters[_span.Start + index]; 88=> new(_leafCharacters, new TextSpan(_span.Start + start, length)); 95=> _leafCharacters?.FindIndex(tokenStart, position) - _span.Start; 101Debug.Assert(_span.End == virtualChars._span.Start); 114TextSpan.FromBounds(chars1._span.Start, chars2._span.End));