1 write to _leftChild
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
459set { _leftChild = value; }
7 references to _leftChild
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
458get { return _leftChild; } 471other.LeftChild = _leftChild.Clone(positions); 486if (this_._leftChild is ChoiceNode || this_._leftChild is SequenceNode) 489this_ = (InteriorNode)this_._leftChild; 492this_._leftChild.ExpandTree(this_, symbols, positions); 510_leftChild.ExpandTree(this, symbols, positions);