Base:
property
Length
Microsoft.CodeAnalysis.Text.SourceText.Length
2 references to Length
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Extensions.SnapshotSourceText.cs (2)
304
return new[] { new TextChangeRange(new TextSpan(0, oldText.Length), this.
Length
) };
355
return ImmutableArray.Create(new TextChangeRange(new TextSpan(0, oldTextLength), this.
Length
));