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