1 write to _leftChild
System.Speech (1)
Internal\RBList.cs (1)
657
_leftChild
= value;
2 references to _leftChild
System.Speech (2)
Internal\RBList.cs (2)
653
return
_leftChild
;
658
_leftChild
?._parent = this;