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