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