4 writes to MaxEndNode
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (4)
26this.MaxEndNode = this; 45MaxEndNode = this; 49MaxEndNode = left.MaxEndNode; 53MaxEndNode = 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)
49MaxEndNode = left.MaxEndNode; 53MaxEndNode = right.MaxEndNode;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
71=> GetEnd(node.MaxEndNode.Value, in _introspector);