1 write to nonNegativeInt
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
51
nonNegativeInt
= DatatypeImplementation.GetSimpleTypeFromTypeCode(XmlTypeCode.NonNegativeInteger).Datatype;
4 references to nonNegativeInt
System.Xml (4)
System\Xml\Schema\FacetChecker.cs (4)
59
derivedRestriction.Length = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
nonNegativeInt
, facet, Res.Sch_LengthFacetInvalid, null, null));
89
derivedRestriction.MinLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
nonNegativeInt
, facet, Res.Sch_MinLengthFacetInvalid, null, null));
112
derivedRestriction.MaxLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
nonNegativeInt
, facet, Res.Sch_MaxLengthFacetInvalid, null, null));
276
derivedRestriction.FractionDigits = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
nonNegativeInt
, facet, Res.Sch_FractionDigitsFacetInvalid, null, null));