1 write to leftChild
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
385set { leftChild = value;}
7 references to leftChild
System.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
384get { return leftChild;} 395other.LeftChild = leftChild.Clone(positions); 407if (this_.leftChild is ChoiceNode || this_.leftChild is SequenceNode) { 409this_ = (InteriorNode)this_.leftChild; 412this_.leftChild.ExpandTree(this_, symbols, positions); 428leftChild.ExpandTree(this, symbols, positions);