2 implementations of GetMaxEndNode
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (1)
293
public int
GetMaxEndNode
(ImmutableIntervalTree<T> tree, int node)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
154
public Node
GetMaxEndNode
(MutableIntervalTree<T> tree, Node node)
2 references to GetMaxEndNode
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.cs (2)
126
introspector.GetSpan(witness.GetValue(tree, witness.
GetMaxEndNode
(tree, rightNode))).End >= start)
152
introspector.GetSpan(witness.GetValue(tree, witness.
GetMaxEndNode
(tree, left))).End >= start)