2 overrides of Length
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (2)
45public override int Length => _array.Count; 128public override int Length => _underlyingData.Length;
3 references to Length
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\VirtualCharSequence.cs (3)
50: this(sequence, new TextSpan(0, sequence.Length)) 56if (span.Start > sequence.Length) 61if (span.End > sequence.Length)