Base:
method
MapSpansAsync
Microsoft.CodeAnalysis.Host.AbstractSpanMappingService.MapSpansAsync(Microsoft.CodeAnalysis.Document, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Text.TextSpan>, System.Threading.CancellationToken)
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);