4 writes to MaxEndNode
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (4)
26
this.
MaxEndNode
= this;
45
MaxEndNode
= this;
49
MaxEndNode
= left.MaxEndNode;
53
MaxEndNode
= right.MaxEndNode;
5 references to MaxEndNode
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (2)
141
=> node == null ? 0 : GetEnd(node.
MaxEndNode
.Value, in introspector);
155
=> node.
MaxEndNode
;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (2)
49
MaxEndNode = left.
MaxEndNode
;
53
MaxEndNode = right.
MaxEndNode
;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
71
=> GetEnd(node.
MaxEndNode
.Value, in _introspector);