1 write to _leftChild
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
427set { _leftChild = value; }
6 references to _leftChild
System.Private.Xml (6)
System\Xml\Schema\ContentValidator.cs (6)
426get { return _leftChild; } 443if (this_._leftChild is ChoiceNode || this_._leftChild is SequenceNode) 446this_ = (InteriorNode)this_._leftChild; 450this_._leftChild!.ExpandTree(this_, symbols, positions); 465_leftChild!.ExpandTree(this, symbols, positions);