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