2 writes to TotalDigits
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
258
derivedRestriction.
TotalDigits
= XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(positiveInt, facet, Res.Sch_TotalDigitsFacetInvalid, null, null));
537
derivedRestriction.
TotalDigits
= baseRestriction.TotalDigits;
7 references to TotalDigits
System.Xml (7)
System\Xml\Schema\FacetChecker.cs (7)
261
if (!datatype.IsEqual(datatype.Restriction.
TotalDigits
, derivedRestriction.
TotalDigits
)) {
266
if(derivedRestriction.
TotalDigits
> datatype.Restriction.
TotalDigits
) {
451
if (derivedRestriction.FractionDigits > derivedRestriction.
TotalDigits
) {
537
derivedRestriction.TotalDigits = baseRestriction.
TotalDigits
;
878
return CheckTotalAndFractionDigits(value, restriction.
TotalDigits
, restriction.FractionDigits, ((flags & RestrictionFlags.TotalDigits) != 0), ((flags & RestrictionFlags.FractionDigits) != 0));