9 writes to LeftChild
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (9)
413
choice.
LeftChild
= replacementNode;
420
parent.
LeftChild
= replacementNode;
471
other.
LeftChild
= _leftChild.Clone(positions);
1238
choice.
LeftChild
= node;
1246
sequence.
LeftChild
= node;
1292
node.
LeftChild
= inNode.RightChild;
1298
node.
LeftChild
= topNode;
1306
node.
LeftChild
= _contentNode;
1343
contentRoot.
LeftChild
= _contentNode;
26 references to LeftChild
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (26)
418
if (parent.
LeftChild
== this)
549
if (this_.
LeftChild
is SequenceNode)
552
context = new SequenceConstructPosContext((SequenceNode)this_.
LeftChild
, context.firstpos, context.lastposLeft);
555
this_.
LeftChild
.ConstructPos(context.firstpos, context.lastposLeft, followpos);
561
if (this_.
LeftChild
.IsNullable && !this_.RightChild.IsRangeNode)
599
n = this_.
LeftChild
;
649
if (this_.
LeftChild
is SequenceNode)
652
this_ = (SequenceNode)this_.
LeftChild
;
655
this_.
LeftChild
.Dump(bb, symbols, positions);
692
n = this_.
LeftChild
;
711
n = this_.
LeftChild
;
733
if (this_.
LeftChild
is ChoiceNode)
736
this_ = (ChoiceNode)this_.
LeftChild
;
739
this_.
LeftChild
.Dump(bb, symbols, positions);
759
LeftChild
.ConstructPos(firstpos, lastpos, followpos);
768
get { return
LeftChild
.IsNullable; }
774
LeftChild
.Dump(bb, symbols, positions);
784
LeftChild
.ConstructPos(firstpos, lastpos, followpos);
795
LeftChild
.Dump(bb, symbols, positions);
805
LeftChild
.ConstructPos(firstpos, lastpos, followpos);
820
LeftChild
.Dump(bb, symbols, positions);
993
if (parent.
LeftChild
.IsNullable)
1352
contentRoot.
LeftChild
.Dump(bb, _symbols, _positions);
1381
return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.
LeftChild
.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount);
1407
return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.IsOpen, contentRoot.
LeftChild
.IsNullable);
1411
return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.
LeftChild
.IsNullable);