8 writes to RightChild
System.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
347
choice.
RightChild
= node;
355
parent.
RightChild
= replacementNode;
397
other.
RightChild
= rightChild.Clone(positions);
1016
inNode.
RightChild
= node;
1047
inNode.
RightChild
= node;
1087
sequence.
RightChild
= rNode;
1105
inNode.
RightChild
= node;
1150
contentRoot.
RightChild
= endMarker;
13 references to RightChild
System.Xml (13)
System\Xml\Schema\ContentValidator.cs (13)
472
this_.
RightChild
.ConstructPos(context.firstposRight, context.lastpos, followpos);
474
if (this_.LeftChild.IsNullable && !this_.
RightChild
.IsRangeNode) {
477
if (this_.
RightChild
.IsNullable) {
483
if (this_.
RightChild
.IsRangeNode) { //firstpos is leftchild.firstpos as the or with firstposRight has not been done as it is a rangenode
484
((LeafRangeNode)this_.
RightChild
).NextIteration = context.firstpos.Clone();
501
if (this_.
RightChild
.IsRangeNode && ((LeafRangeNode)this_.
RightChild
).Min == 0)
503
if (!this_.
RightChild
.IsNullable && !this_.
RightChild
.IsRangeNode)
587
ConstructChildPos(this_.
RightChild
, firstPosTemp, lastPosTemp, followpos);
602
if (this_.
RightChild
.IsNullable)
855
Debug.Assert(this == parent.
RightChild
);
1104
node.LeftChild = inNode.
RightChild
;