17 references to List
System.Private.Xml (17)
System\Xml\Core\XsdValidatingReader.cs (1)
2724if (xmlType.Datatype.Variety == XmlSchemaDatatypeVariety.List)
System\Xml\Schema\ConstraintStruct.cs (1)
241if (xsdtype.Variety == XmlSchemaDatatypeVariety.List ||
System\Xml\Schema\DataTypeImplementation.cs (5)
201if (derivedType.Datatype.Variety == XmlSchemaDatatypeVariety.List) 385if (_variety == XmlSchemaDatatypeVariety.List) 395dt._variety = XmlSchemaDatatypeVariety.List; 439else if ((_variety == XmlSchemaDatatypeVariety.Union || _variety == XmlSchemaDatatypeVariety.List) && _restriction == null) 1218if (_types[i].Datatype!.Variety == XmlSchemaDatatypeVariety.List)
System\Xml\Schema\DtdValidator.cs (2)
363if (dtype.Variety == XmlSchemaDatatypeVariety.List) 581if (dtype.Variety == XmlSchemaDatatypeVariety.List)
System\Xml\Schema\FacetChecker.cs (1)
838case XmlSchemaDatatypeVariety.List:
System\Xml\Schema\XdrValidator.cs (2)
487if (dtype.Variety == XmlSchemaDatatypeVariety.List) 588if (dtype.Variety == XmlSchemaDatatypeVariety.List)
System\Xml\Schema\XmlSchemaDataType.cs (1)
91case XmlSchemaDatatypeVariety.List:
System\Xml\Schema\XmlSchemaValidator.cs (1)
2003if (dtype.Variety == XmlSchemaDatatypeVariety.List)
System\Xml\Schema\XmlValueConverter.cs (2)
242Debug.Assert(schemaType.Datatype!.Variety != XmlSchemaDatatypeVariety.List, "schemaType must be list's item type, not list itself"); 3155if (memberTypes[i].Datatype!.Variety == XmlSchemaDatatypeVariety.List)
System\Xml\Schema\XsdValidator.cs (1)
707if (dtype.Variety == XmlSchemaDatatypeVariety.List)