4 references to MinValue
System.Data (1)
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
111Decimal max = Decimal.MinValue;
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
1585static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(decimal.MinValue, decimal.MaxValue); 2910static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(decimal.MinValue, decimal.Zero); 2936static readonly FacetsChecker numeric10FacetsChecker = new Numeric10FacetsChecker(decimal.MinValue, decimal.MinusOne);