1 write to _leftChild
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
459
set {
_leftChild
= value; }
7 references to _leftChild
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
458
get { return
_leftChild
; }
471
other.LeftChild =
_leftChild
.Clone(positions);
486
if (this_.
_leftChild
is ChoiceNode || this_.
_leftChild
is SequenceNode)
489
this_ = (InteriorNode)this_.
_leftChild
;
492
this_.
_leftChild
.ExpandTree(this_, symbols, positions);
510
_leftChild
.ExpandTree(this, symbols, positions);