18 references to SetDerivedBy
System.Xml (18)
System\Xml\Schema\DataTypeImplementation.cs (2)
182derivedType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 192derivedType.SetDerivedBy(XmlSchemaDerivationMethod.List);
System\Xml\Schema\SchemaCollectionCompiler.cs (8)
440simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 472simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 478simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 589complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 660complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 726complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 780complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 818complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaSetCompiler.cs (8)
504simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 539simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 545simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 657complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 718complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 784complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 839complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 877complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction);