1 instantiation of IntervalIntrospector
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
32SimpleMutableIntervalTree.Create(new IntervalIntrospector(), Array.Empty<TextChange>());
3 references to IntervalIntrospector
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (3)
31private readonly SimpleMutableIntervalTree<TextChange, IntervalIntrospector> _totalChangesIntervalTree = 82SimpleMutableIntervalTree<TextChange, IntervalIntrospector> cumulativeChanges, 95SimpleMutableIntervalTree<TextChange, IntervalIntrospector> cumulativeChanges,