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