3 references to GetEnd
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
141=> node == null ? 0 : GetEnd(node.MaxEndNode.Value, in introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (1)
39var thisEndValue = GetEnd(this.Value, in introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
71=> GetEnd(node.MaxEndNode.Value, in _introspector);