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