3 references to CheckTotalAndFractionDigits
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
3908exception = facetsChecker.CheckTotalAndFractionDigits(value, 14 + 4, 4, true, true); 3936exception = facetsChecker.CheckTotalAndFractionDigits(decimalValue, 14 + 4, 4, true, true);
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
1063return CheckTotalAndFractionDigits(value, restriction.TotalDigits, restriction.FractionDigits, ((flags & RestrictionFlags.TotalDigits) != 0), ((flags & RestrictionFlags.FractionDigits) != 0));