2 references to LeafRangeNode
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
819public LeafRangeNode(decimal min, decimal max) : this(-1, min, max) {} 844return new LeafRangeNode(this.Pos, this.min, this.max);