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)
73public int Length => _span.Length; 78public VirtualChar this[int index] => _leafCharacters[_span.Start + index]; 91=> new(_leafCharacters, new TextSpan(_span.Start + span.Start, span.Length)); 215Debug.Assert(_span.End == virtualChars._span.Start); 229TextSpan.FromBounds(chars1._span.Start, chars2._span.End));