2 implementations of GetMappedTextChangesAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorSourceGeneratedDocumentSpanMappingServiceWrapper.cs (1)
26
public async Task<ImmutableArray<MappedTextChange>>
GetMappedTextChangesAsync
(SourceGeneratedDocument oldDocument, SourceGeneratedDocument newDocument, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Rename\RenameTests.cs (1)
354
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);