2 references to GetMappedSpanResultAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (2)
420
var mappedResults = await
GetMappedSpanResultAsync
(oldDocument, [.. textChanges.Select(tc => tc.Span)], cancellationToken).ConfigureAwait(false);
475
var result = await
GetMappedSpanResultAsync
(document, [textSpan], cancellationToken).ConfigureAwait(false);