2 overrides of Length
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (2)
45
public override int
Length
=> _array.Count;
128
public 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
))
56
if (span.Start > sequence.
Length
)
61
if (span.End > sequence.
Length
)