1 write to _span
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualCharSequence.cs (1)
67
_span
= span;
7 references to _span
Microsoft.AspNetCore.App.Analyzers (7)
Infrastructure\VirtualChars\VirtualCharSequence.cs (7)
73
public int Length =>
_span
.Length;
78
public VirtualChar this[int index] => _leafCharacters[
_span
.Start + index];
91
=> new(_leafCharacters, new TextSpan(
_span
.Start + span.Start, span.Length));
215
Debug.Assert(
_span
.End == virtualChars.
_span
.Start);
229
TextSpan.FromBounds(chars1.
_span
.Start, chars2.
_span
.End));