3 references to VerifyPrecision
System.Data.Common (3)
System\Data\SQLTypes\SQLDecimal.cs (3)
404if (VerifyPrecision((byte)(precision - 1))) 409Debug.Assert((precision == MaxPrecision + 1) || VerifyPrecision(precision), "Calcualted precision too low?"); 410Debug.Assert((precision == 1) || !VerifyPrecision((byte)(precision - 1)), "Calculated precision too high?");