3 references to CheckTotalAndFractionDigits
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (2)
3547exception = facetsChecker.CheckTotalAndFractionDigits(value, 14 + 4, 4, true, true); 3572exception = facetsChecker.CheckTotalAndFractionDigits(decimalValue, 14 + 4, 4, true, true);
System\Xml\Schema\FacetChecker.cs (1)
878return CheckTotalAndFractionDigits(value, restriction.TotalDigits, restriction.FractionDigits, ((flags & RestrictionFlags.TotalDigits) != 0), ((flags & RestrictionFlags.FractionDigits) != 0));