3 references to CheckTotalAndFractionDigits
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (2)
3825exception = Numeric10FacetsChecker.CheckTotalAndFractionDigits(value, 14 + 4, 4, true, true); 3852exception = Numeric10FacetsChecker.CheckTotalAndFractionDigits(decimalValue, 14 + 4, 4, true, true);
System\Xml\Schema\FacetChecker.cs (1)
1056return CheckTotalAndFractionDigits(value, restriction.TotalDigits, restriction.FractionDigits, ((flags & RestrictionFlags.TotalDigits) != 0), ((flags & RestrictionFlags.FractionDigits) != 0));