9 writes to LeftChild
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (9)
346
choice.
LeftChild
= replacementNode;
352
parent.
LeftChild
= replacementNode;
395
other.
LeftChild
= leftChild.Clone(positions);
1058
choice.
LeftChild
= node;
1065
sequence.
LeftChild
= node;
1104
node.
LeftChild
= inNode.RightChild;
1109
node.
LeftChild
= topNode;
1116
node.
LeftChild
= contentNode;
1148
contentRoot.
LeftChild
= contentNode;
16 references to LeftChild
System.Xml (16)
System\Xml\Schema\ContentValidator.cs (16)
351
if (parent.
LeftChild
== this) {
463
if (this_.
LeftChild
is SequenceNode) {
465
context = new SequenceConstructPosContext((SequenceNode)this_.
LeftChild
, context.firstpos, context.lastposLeft);
468
this_.
LeftChild
.ConstructPos(context.firstpos, context.lastposLeft, followpos);
474
if (this_.
LeftChild
.IsNullable && !this_.RightChild.IsRangeNode) {
505
n = this_.
LeftChild
;
588
n = this_.
LeftChild
;
604
n = this_.
LeftChild
;
646
LeftChild
.ConstructPos(firstpos, lastpos, followpos);
653
get { return
LeftChild
.IsNullable; }
666
LeftChild
.ConstructPos(firstpos, lastpos, followpos);
683
LeftChild
.ConstructPos(firstpos, lastpos, followpos);
857
if (parent.
LeftChild
.IsNullable) {
1185
return new RangeContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, contentRoot.
LeftChild
.IsNullable, positionsWithRangeTerminals, minMaxNodesCount);
1206
return new DfaContentValidator(transitionTable, symbols,this.ContentType, this.IsOpen, contentRoot.
LeftChild
.IsNullable);
1208
return new NfaContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.
LeftChild
.IsNullable);