7 references to Introspector
Microsoft.CodeAnalysis.Analyzers (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
36this.root = Insert(root, newNode, in Introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (6)
92if (Introspector.GetSpan(currentNode.Value).Start <= start) 116if (predicate(currentNode.Value, start, length, Introspector)) 125var resultSpan = Introspector.GetSpan(result!); 126var currentNodeSpan = Introspector.GetSpan(currentNode.Value); 160Introspector.GetSpan(parentNode.Value).Start == Introspector.GetSpan(currentNode.Value).Start)