13 references to Introspector
Microsoft.CodeAnalysis.Workspaces (13)
ContextIntervalTree.cs (12)
29
_containPredicate = (value, start, end) => Contains(value, start, end, in
Introspector
);
46
var thisEnd = GetEnd(value, in
Introspector
);
47
var thisStart =
Introspector
.GetStart(value);
57
var thisEnd = GetEnd(value, in
Introspector
);
58
var thisStart =
Introspector
.GetStart(value);
93
if (
Introspector
.GetStart(currentNode.Value) <= start)
123
(
Introspector
.GetStart(result!) <=
Introspector
.GetStart(currentNode.Value) &&
124
Introspector
.GetLength(currentNode.Value) <
Introspector
.GetLength(result!)))
154
Introspector
.GetStart(parentNode.Value) ==
Introspector
.GetStart(currentNode.Value))
SimpleIntervalTree`2.cs (1)
37
this.root = Insert(root, newNode, in
Introspector
);