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