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