Base:
property
Length
Microsoft.CodeAnalysis.Text.SourceText.Length
2 references to Length
Microsoft.CodeAnalysis (1)
Text\SubText.cs (1)
59if (position < 0 || position > this.Length)
Microsoft.CodeAnalysis.UnitTests (1)
Text\SubTextTests.cs (1)
36Assert.Equal(stringText.Length, subText.Length);