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