Implemented interface member:
method
GetMappedTextChangesAsync
Microsoft.CodeAnalysis.Host.ISpanMappingService.GetMappedTextChangesAsync(Microsoft.CodeAnalysis.Document, Microsoft.CodeAnalysis.Document, System.Threading.CancellationToken)
2 overrides of GetMappedTextChangesAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorSpanMappingServiceWrapper.cs (1)
31
public override async Task<ImmutableArray<(string mappedFilePath, TextChange mappedTextChange)>>
GetMappedTextChangesAsync
(
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
73
public override async Task<ImmutableArray<(string mappedFilePath, TextChange mappedTextChange)>>
GetMappedTextChangesAsync
(