7 references to NonNegativeInteger
System.Private.Xml (7)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4203value = GetValueConverter(XmlTypeCode.NonNegativeInteger).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
277case XmlTypeCode.NonNegativeInteger:
System\Xml\Schema\DataTypeImplementation.cs (1)
3433public override XmlTypeCode TypeCode { get { return XmlTypeCode.NonNegativeInteger; } }
System\Xml\Schema\FacetChecker.cs (1)
48_nonNegativeInt = DatatypeImplementation.GetSimpleTypeFromTypeCode(XmlTypeCode.NonNegativeInteger).Datatype!;
System\Xml\Schema\XmlSchemaDataType.cs (1)
162XmlTypeCode.NonNegativeInteger => "NonNegativeInteger",
System\Xml\Xsl\XmlQueryType.cs (2)
782/* UnsignedLong */ XmlTypeCode.NonNegativeInteger, 786/* PositiveInteger */ XmlTypeCode.NonNegativeInteger,