3 references to _totalChangesIntervalTree
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (3)
51if (AllChangesCanBeApplied(_totalChangesIntervalTree, currentChanges)) 54_totalChangesIntervalTree.AddIntervalInPlace(change); 72var changesToApply = _totalChangesIntervalTree.Distinct().OrderBy(tc => tc.Span.Start);