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