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)
72
public int Length =>
_span
.Length;
77
public VirtualCharGreen this[int index] => _leafCharacters[
_span
.Start + index];
88
=> new(_leafCharacters, new TextSpan(
_span
.Start + start, length));
95
=> _leafCharacters?.FindIndex(tokenStart, position) -
_span
.Start;
101
Debug.Assert(
_span
.End == virtualChars.
_span
.Start);
114
TextSpan.FromBounds(chars1.
_span
.Start, chars2.
_span
.End));