1 write to _differenceService
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
36
_differenceService
= document.Project.Solution.Services.GetRequiredService<IDocumentTextDifferencingService>();
1 reference to _differenceService
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
48
var currentChanges = await
_differenceService
.GetTextChangesAsync(