9 writes to LeftChild
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (9)
346choice.LeftChild = replacementNode; 352parent.LeftChild = replacementNode; 395other.LeftChild = leftChild.Clone(positions); 1058choice.LeftChild = node; 1065sequence.LeftChild = node; 1104node.LeftChild = inNode.RightChild; 1109node.LeftChild = topNode; 1116node.LeftChild = contentNode; 1148contentRoot.LeftChild = contentNode;
16 references to LeftChild
System.Xml (16)
System\Xml\Schema\ContentValidator.cs (16)
351if (parent.LeftChild == this) { 463if (this_.LeftChild is SequenceNode) { 465context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 468this_.LeftChild.ConstructPos(context.firstpos, context.lastposLeft, followpos); 474if (this_.LeftChild.IsNullable && !this_.RightChild.IsRangeNode) { 505n = this_.LeftChild; 588n = this_.LeftChild; 604n = this_.LeftChild; 646LeftChild.ConstructPos(firstpos, lastpos, followpos); 653get { return LeftChild.IsNullable; } 666LeftChild.ConstructPos(firstpos, lastpos, followpos); 683LeftChild.ConstructPos(firstpos, lastpos, followpos); 857if (parent.LeftChild.IsNullable) { 1185return new RangeContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, minMaxNodesCount); 1206return new DfaContentValidator(transitionTable, symbols,this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1208return new NfaContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);