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