8 writes to RightChild
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (8)
414
choice.
RightChild
= node;
424
parent.
RightChild
= replacementNode;
474
other.
RightChild
= _rightChild.Clone(positions);
1187
inNode.
RightChild
= node;
1226
inNode.
RightChild
= node;
1272
sequence.
RightChild
= rNode;
1293
inNode.
RightChild
= node;
1345
contentRoot.
RightChild
= endMarker;
15 references to RightChild
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (15)
559
this_.
RightChild
.ConstructPos(context.firstposRight, context.lastpos, followpos);
561
if (this_.LeftChild.IsNullable && !this_.
RightChild
.IsRangeNode)
565
if (this_.
RightChild
.IsNullable)
573
if (this_.
RightChild
.IsRangeNode)
575
((LeafRangeNode)this_.
RightChild
).NextIteration = context.firstpos.Clone();
595
if (this_.
RightChild
.IsRangeNode && ((LeafRangeNode)this_.
RightChild
).Min == 0)
597
if (!this_.
RightChild
.IsNullable && !this_.
RightChild
.IsRangeNode)
659
this_.
RightChild
.Dump(bb, symbols, positions);
691
ConstructChildPos(this_.
RightChild
, firstPosTemp, lastPosTemp, followpos);
709
if (this_.
RightChild
.IsNullable)
743
this_.
RightChild
.Dump(bb, symbols, positions);
991
Debug.Assert(this == parent.
RightChild
);
1292
node.LeftChild = inNode.
RightChild
;