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