1 write to _nonNegativeInt
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
48
_nonNegativeInt
= DatatypeImplementation.GetSimpleTypeFromTypeCode(XmlTypeCode.NonNegativeInteger).Datatype;
4 references to _nonNegativeInt
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (4)
57
_derivedRestriction.Length = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, ResXml.Sch_LengthFacetInvalid, null, null));
96
_derivedRestriction.MinLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, ResXml.Sch_MinLengthFacetInvalid, null, null));
126
_derivedRestriction.MaxLength = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, ResXml.Sch_MaxLengthFacetInvalid, null, null));
330
_derivedRestriction.FractionDigits = XmlBaseConverter.DecimalToInt32((decimal)ParseFacetValue(
_nonNegativeInt
, facet, ResXml.Sch_FractionDigitsFacetInvalid, null, null));