11 references to SetLeftRight
Microsoft.CodeAnalysis.Workspaces (11)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.cs (1)
84
root.
SetLeftRight
(newLeft, newRight, in introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (10)
75
this.
SetLeftRight
(this.Left.Right, this.Right, in introspector);
76
oldLeft.
SetLeftRight
(oldLeft.Left, this, in introspector);
95
this.
SetLeftRight
(this.Left, this.Right.Left, in introspector);
96
oldRight.
SetLeftRight
(this, oldRight.Right, in introspector);
117
this.
SetLeftRight
(this.Left, this.Right.Left.Left, in introspector);
118
oldRight.
SetLeftRight
(oldRight.Left.Right, oldRight.Right, in introspector);
119
newTop.
SetLeftRight
(this, oldRight, in introspector);
141
this.
SetLeftRight
(this.Left.Right.Right, this.Right, in introspector);
142
oldLeft.
SetLeftRight
(oldLeft.Left, oldLeft.Right.Left, in introspector);
143
newTop.
SetLeftRight
(oldLeft, this, in introspector);