Base:
property
Length
Microsoft.CodeAnalysis.Text.SourceText.Length
3 references to Length
Microsoft.CodeAnalysis (3)
Text\StringText.cs (3)
55
/// greater than <see cref="
Length
"/>.</exception>
78
if (span.Start == 0 && span.Length == this.
Length
)
93
if (span.Start == 0 && span.End == this.
Length
)