2 references to LeafRangeNode
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
945
public LeafRangeNode(decimal min, decimal max) :
this
(-1, min, max) { }
977
return new
LeafRangeNode
(this.Pos, _min, _max);