1 write to _nonNegativeInt
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
48
_nonNegativeInt
= DatatypeImplementation.GetSimpleTypeFromTypeCode(XmlTypeCode.NonNegativeInteger).Datatype!;
4 references to _nonNegativeInt
System.Private.Xml (4)
System\Xml\Schema\FacetChecker.cs (4)
57
_derivedRestriction.Length = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, SR.Sch_LengthFacetInvalid, null, null));
96
_derivedRestriction.MinLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, SR.Sch_MinLengthFacetInvalid, null, null));
126
_derivedRestriction.MaxLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, SR.Sch_MaxLengthFacetInvalid, null, null));
327
_derivedRestriction.FractionDigits = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, SR.Sch_FractionDigitsFacetInvalid, null, null));