3 references to VerifyPrecision
System.Data (3)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (3)
421
if (
VerifyPrecision
((byte)(precision-1))) {
425
Debug.Assert ((precision == MaxPrecision+1) ||
VerifyPrecision
(precision), "Calcualted precision too low?");
426
Debug.Assert ((precision == 1) || !
VerifyPrecision
((byte)(precision-1)), "Calculated precision too high?");