1 write to leftChild
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
385
set {
leftChild
= value;}
7 references to leftChild
System.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
384
get { return
leftChild
;}
395
other.LeftChild =
leftChild
.Clone(positions);
407
if (this_.
leftChild
is ChoiceNode || this_.
leftChild
is SequenceNode) {
409
this_ = (InteriorNode)this_.
leftChild
;
412
this_.
leftChild
.ExpandTree(this_, symbols, positions);
428
leftChild
.ExpandTree(this, symbols, positions);