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