15 references to List
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
59if (schemaType.DerivedBy == XmlSchemaDerivationMethod.List)
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3082case global::System.Xml.Schema.XmlSchemaDerivationMethod.@List: s = @"list"; break; 3095(long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@List, 8662h.Add(@"list", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@List);
System.Xml (11)
System\Xml\Schema\DataTypeImplementation.cs (1)
192derivedType.SetDerivedBy(XmlSchemaDerivationMethod.List);
System\Xml\Schema\Preprocessor.cs (2)
66const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 69const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
429if ((type.FinalResolved & XmlSchemaDerivationMethod.List) != 0) { 440simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
37const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 40const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaSetCompiler.cs (3)
493if ((type.FinalResolved & XmlSchemaDerivationMethod.List) != 0) { 504simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 1312XmlSchemaType.IsDerivedFrom(derivedElement.ElementSchemaType, baseElement.ElementSchemaType, ~(XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union))) ) {
System\Xml\Schema\XsdBuilder.cs (1)
605(int)XmlSchemaDerivationMethod.List,