18 references to SetDerivedBy
System.Private.Xml (18)
System\Xml\Schema\DataTypeImplementation.cs (2)
192derivedType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 204derivedType.SetDerivedBy(XmlSchemaDerivationMethod.List);
System\Xml\Schema\SchemaCollectionCompiler.cs (8)
560simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 600simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 607simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 747complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 836complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 921complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 988complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 1038complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaSetCompiler.cs (8)
646simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 689simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 696simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 838complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 916complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 1004complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 1076complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 1122complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction);