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