2 implementations of GetMappedTextChangesAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\AbstractSpanMappingService.cs (1)
18
public abstract Task<ImmutableArray<(string mappedFilePath, TextChange mappedTextChange)>>
GetMappedTextChangesAsync
(
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestDocumentServiceProvider.cs (1)
65
public Task<ImmutableArray<(string mappedFilePath, TextChange mappedTextChange)>>
GetMappedTextChangesAsync
(
1 reference to GetMappedTextChangesAsync
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
624
var mappedTextChanges = await mappingService.
GetMappedTextChangesAsync
(