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