1 reference to MapSpansAsync
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
78
var mappedSpanResults = await
MapSpansAsync
(oldDocument, textChanges.Select(tc => tc.Span), CancellationToken.None).ConfigureAwait(false);