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