3 references to RangeToTextSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.cs (2)
338
=> new TextChange(
RangeToTextSpan
(edit.Range, oldText), edit.NewText);
341
=> new TextChange(
RangeToTextSpan
(changeEvent.Range, text), changeEvent.Text);
Handler\MapCode\MapCodeHandler.cs (1)
134
builder.Add((document, ProtocolConversions.
RangeToTextSpan
(location.Range, focusText)));