18 references to SetDerivedBy
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
198derivedType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 210derivedType.SetDerivedBy(XmlSchemaDerivationMethod.List);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (8)
551simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 591simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 598simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 738complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 827complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 912complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 979complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 1027complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (8)
632simpleType.SetDerivedBy(XmlSchemaDerivationMethod.List); 676simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 683simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 825complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 905complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 990complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction); 1057complexType.SetDerivedBy(XmlSchemaDerivationMethod.Extension); 1103complexType.SetDerivedBy(XmlSchemaDerivationMethod.Restriction);