8 writes to LeftChild
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
380choice.LeftChild = replacementNode; 388parent.LeftChild = replacementNode; 1159choice.LeftChild = node; 1167sequence.LeftChild = node; 1213node.LeftChild = inNode.RightChild; 1219node.LeftChild = topNode; 1227node.LeftChild = _contentNode; 1250contentRoot.LeftChild = _contentNode;
25 references to LeftChild
System.Private.Xml (25)
System\Xml\Schema\ContentValidator.cs (25)
386if (parent.LeftChild == this) 501if (this_.LeftChild is SequenceNode) 504context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 508this_.LeftChild!.ConstructPos(context.firstpos, context.lastposLeft, followpos); 514if (this_.LeftChild!.IsNullable && !this_.RightChild.IsRangeNode) 552n = this_.LeftChild; 575if (this_.LeftChild is SequenceNode) 578this_ = (SequenceNode)this_.LeftChild; 581this_.LeftChild!.Dump(bb, symbols, positions); 617n = this_.LeftChild!; 636n = this_.LeftChild!; 658if (this_.LeftChild is ChoiceNode) 661this_ = (ChoiceNode)this_.LeftChild; 664this_.LeftChild!.Dump(bb, symbols, positions); 684LeftChild!.ConstructPos(firstpos, lastpos, followpos); 693get { return LeftChild!.IsNullable; } 699LeftChild!.Dump(bb, symbols, positions); 709LeftChild!.ConstructPos(firstpos, lastpos, followpos); 720LeftChild!.Dump(bb, symbols, positions); 730LeftChild!.ConstructPos(firstpos, lastpos, followpos); 745LeftChild!.Dump(bb, symbols, positions); 913if (parent.LeftChild!.IsNullable) 1281return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount); 1303return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1307return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);