12 references to List
System.Private.Xml (12)
System\Xml\Schema\DataTypeImplementation.cs (1)
204
derivedType.SetDerivedBy(XmlSchemaDerivationMethod.
List
);
System\Xml\Schema\Preprocessor.cs (2)
66
private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
69
private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
547
if ((type.FinalResolved & XmlSchemaDerivationMethod.
List
) != 0)
560
simpleType.SetDerivedBy(XmlSchemaDerivationMethod.
List
);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
35
private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
38
private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaSetCompiler.cs (3)
631
if ((type.FinalResolved & XmlSchemaDerivationMethod.
List
) != 0)
646
simpleType.SetDerivedBy(XmlSchemaDerivationMethod.
List
);
1673
XmlSchemaType.IsDerivedFrom(derivedElement.ElementSchemaType, baseElement.ElementSchemaType, ~(XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union))))
System\Xml\Schema\XsdBuilder.cs (1)
606
(int)XmlSchemaDerivationMethod.
List
,
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
59
if (schemaType.DerivedBy == XmlSchemaDerivationMethod.
List
)