10 references to GetEnd
Microsoft.CodeAnalysis.Workspaces (10)
ContextIntervalTree.cs (2)
46var thisEnd = GetEnd(value, in Introspector); 57var thisEnd = GetEnd(value, in Introspector);
IntervalTree`1.cs (6)
54var thisEnd = GetEnd(value, in introspector); 72var thisEnd = GetEnd(value, in introspector); 84var thisEnd = GetEnd(value, in introspector); 227if (right != null && GetEnd(right.MaxEndNode.Value, in introspector) >= start) 238if (left != null && GetEnd(left.MaxEndNode.Value, in introspector) >= start) 358=> node == null ? 0 : GetEnd(node.MaxEndNode.Value, in introspector);
IntervalTree`1.Node.cs (1)
39var thisEndValue = GetEnd(this.Value, in introspector);
SimpleIntervalTree`2.cs (1)
77=> GetEnd(node.MaxEndNode.Value, in _introspector);