9 references to Introspector
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
37
this.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
);
47
var thisSpan =
Introspector
.GetSpan(value);
59
var thisSpan =
Introspector
.GetSpan(value);
96
if (
Introspector
.GetSpan(currentNode.Value).Start <= start)
129
var resultSpan =
Introspector
.GetSpan(result!);
130
var currentNodeSpan =
Introspector
.GetSpan(currentNode.Value);
164
Introspector
.GetSpan(parentNode.Value).Start ==
Introspector
.GetSpan(currentNode.Value).Start)