2 instantiations of ChoiceNode
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
412
InteriorNode choice = new
ChoiceNode
();
1237
InteriorNode choice = new
ChoiceNode
();
10 references to ChoiceNode
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (10)
486
if (this_._leftChild is
ChoiceNode
|| this_._leftChild is SequenceNode)
688
ChoiceNode
this_ = this;
693
this_ = n as
ChoiceNode
;
706
ChoiceNode
this_ = this;
712
this_ = n as
ChoiceNode
;
727
Stack<
ChoiceNode
> nodeStack = new Stack<
ChoiceNode
>();
728
ChoiceNode
this_ = this;
733
if (this_.LeftChild is
ChoiceNode
)
736
this_ = (
ChoiceNode
)this_.LeftChild;