Base:
property
Length
Microsoft.CodeAnalysis.Text.SourceText.Length
2 references to Length
Microsoft.CodeAnalysis (1)
Text\LargeText.cs (1)
243var list = new SegmentedList<int>(Length / 64);
Microsoft.CodeAnalysis.UnitTests (1)
Text\TextChangeTests.cs (1)
648Assert.Equal(text.Length + largeText.Length, newText.Length);