2 implementations of GetMappedTextChangesAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorSourceGeneratedDocumentSpanMappingServiceWrapper.cs (1)
31
public async Task<ImmutableArray<MappedTextChange>>
GetMappedTextChangesAsync
(SourceGeneratedDocument oldDocument, SourceGeneratedDocument newDocument, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
TestSourceGeneratedDocumentSpanMappingService.cs (1)
31
public Task<ImmutableArray<MappedTextChange>>
GetMappedTextChangesAsync
(SourceGeneratedDocument oldDocument, SourceGeneratedDocument newDocument, CancellationToken cancellationToken)
1 reference to GetMappedTextChangesAsync
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
639
var mappedTextChanges = await sourceGeneratedDocumentMappingService.
GetMappedTextChangesAsync
(oldDocument, newDocument, cancellationToken).ConfigureAwait(true);