2 references to IsDerivedFromDatatype
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
686if(!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.None)) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
744if(!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.None)) {