Base:
property
Length
Microsoft.CodeAnalysis.Text.SourceText.Length
1 reference to Length
Microsoft.CodeAnalysis (1)
Text\CompositeText.cs (1)
135
if (count < 0 || count > this.
Length
- sourceIndex || count > destination.Length - destinationIndex)