2 overrides of Length
Microsoft.CodeAnalysis.CodeStyle (2)
VirtualCharSequence.Chunks.cs (2)
44
public override int
Length
=> _array.Count;
98
public override int
Length
=> _underlyingData.Length;
3 references to Length
Microsoft.CodeAnalysis.CodeStyle (3)
VirtualCharSequence.cs (3)
50
: this(sequence, new TextSpan(0, sequence.
Length
))
56
if (span.Start > sequence.
Length
)
59
if (span.End > sequence.
Length
)