3 references to MinusOne
mscorlib (2)
system\runtime\remoting\soapinteroptypes.cs (2)
1322if (value > Decimal.MinusOne) 1335if (_value > Decimal.MinusOne)
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
2936static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(decimal.MinValue, decimal.MinusOne);