Base:
property
Length
Microsoft.CodeAnalysis.Text.SourceText.Length
2 references to Length
Microsoft.CodeAnalysis (2)
Text\CompositeText.cs (2)
140
if (count < 0 || count > this.
Length
- sourceIndex || count > destination.Length - destinationIndex)
473
if (position < 0 || position > _compositeText.
Length
)