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