8 writes to LeftChild
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
380
choice.
LeftChild
= replacementNode;
388
parent.
LeftChild
= replacementNode;
1159
choice.
LeftChild
= node;
1167
sequence.
LeftChild
= node;
1213
node.
LeftChild
= inNode.RightChild;
1219
node.
LeftChild
= topNode;
1227
node.
LeftChild
= _contentNode;
1250
contentRoot.
LeftChild
= _contentNode;
25 references to LeftChild
System.Private.Xml (25)
System\Xml\Schema\ContentValidator.cs (25)
386
if (parent.
LeftChild
== this)
501
if (this_.
LeftChild
is SequenceNode)
504
context = new SequenceConstructPosContext((SequenceNode)this_.
LeftChild
, context.firstpos, context.lastposLeft);
508
this_.
LeftChild
!.ConstructPos(context.firstpos, context.lastposLeft, followpos);
514
if (this_.
LeftChild
!.IsNullable && !this_.RightChild.IsRangeNode)
552
n = this_.
LeftChild
;
575
if (this_.
LeftChild
is SequenceNode)
578
this_ = (SequenceNode)this_.
LeftChild
;
581
this_.
LeftChild
!.Dump(bb, symbols, positions);
617
n = this_.
LeftChild
!;
636
n = this_.
LeftChild
!;
658
if (this_.
LeftChild
is ChoiceNode)
661
this_ = (ChoiceNode)this_.
LeftChild
;
664
this_.
LeftChild
!.Dump(bb, symbols, positions);
684
LeftChild
!.ConstructPos(firstpos, lastpos, followpos);
693
get { return
LeftChild
!.IsNullable; }
699
LeftChild
!.Dump(bb, symbols, positions);
709
LeftChild
!.ConstructPos(firstpos, lastpos, followpos);
720
LeftChild
!.Dump(bb, symbols, positions);
730
LeftChild
!.ConstructPos(firstpos, lastpos, followpos);
745
LeftChild
!.Dump(bb, symbols, positions);
913
if (parent.
LeftChild
!.IsNullable)
1281
return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.
LeftChild
.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount);
1303
return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.IsOpen, contentRoot.
LeftChild
.IsNullable);
1307
return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.
LeftChild
.IsNullable);