1 override of IsRangeNode
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
980public override bool IsRangeNode
4 references to IsRangeNode
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
561if (this_.LeftChild.IsNullable && !this_.RightChild.IsRangeNode) 573if (this_.RightChild.IsRangeNode) 595if (this_.RightChild.IsRangeNode && ((LeafRangeNode)this_.RightChild).Min == 0) 597if (!this_.RightChild.IsNullable && !this_.RightChild.IsRangeNode)