7 writes to RightChild
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
381choice.RightChild = node; 392parent.RightChild = replacementNode; 1108inNode.RightChild = node; 1147inNode.RightChild = node; 1193sequence.RightChild = rNode; 1214inNode.RightChild = node; 1252contentRoot.RightChild = endMarker;
15 references to RightChild
System.Private.Xml (15)
System\Xml\Schema\ContentValidator.cs (15)
512this_.RightChild!.ConstructPos(context.firstposRight, context.lastpos, followpos); 514if (this_.LeftChild!.IsNullable && !this_.RightChild.IsRangeNode) 518if (this_.RightChild.IsNullable) 526if (this_.RightChild.IsRangeNode) 528((LeafRangeNode)this_.RightChild).NextIteration = context.firstpos.Clone(); 548if (this_.RightChild!.IsRangeNode && ((LeafRangeNode)this_.RightChild).Min == 0) 550if (!this_.RightChild.IsNullable && !this_.RightChild.IsRangeNode) 585this_.RightChild!.Dump(bb, symbols, positions); 616ConstructChildPos(this_.RightChild!, firstPosTemp, lastPosTemp, followpos); 634if (this_.RightChild!.IsNullable) 668this_.RightChild!.Dump(bb, symbols, positions); 911Debug.Assert(this == parent.RightChild); 1213node.LeftChild = inNode.RightChild;