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