9 references to Introspector
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
37this.root = Insert(root, newNode, in Introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (8)
30_containPredicate = (value, start, end) => IntervalTreeAlgorithms<T, ContextMutableIntervalTree<T, TIntrospector>>.Contains(value, start, end, in Introspector); 47var thisSpan = Introspector.GetSpan(value); 59var thisSpan = Introspector.GetSpan(value); 96if (Introspector.GetSpan(currentNode.Value).Start <= start) 129var resultSpan = Introspector.GetSpan(result!); 130var currentNodeSpan = Introspector.GetSpan(currentNode.Value); 164Introspector.GetSpan(parentNode.Value).Start == Introspector.GetSpan(currentNode.Value).Start)