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