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