1 override of IsRangeNode
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
847public override bool IsRangeNode {
4 references to IsRangeNode
System.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
474if (this_.LeftChild.IsNullable && !this_.RightChild.IsRangeNode) { 483if (this_.RightChild.IsRangeNode) { //firstpos is leftchild.firstpos as the or with firstposRight has not been done as it is a rangenode 501if (this_.RightChild.IsRangeNode && ((LeafRangeNode)this_.RightChild).Min == 0) 503if (!this_.RightChild.IsNullable && !this_.RightChild.IsRangeNode)