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