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