2 references to GetMappedSpanResultAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (2)
284
var mappedResults = await
GetMappedSpanResultAsync
(oldDocument, textChanges.Select(tc => tc.Span).ToImmutableArray(), cancellationToken).ConfigureAwait(false);
337
var result = await
GetMappedSpanResultAsync
(document, ImmutableArray.Create(textSpan), cancellationToken).ConfigureAwait(false);