Base:
method
IsDerivedFrom
System.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(System.Xml.Schema.XmlSchemaDatatype)
2 references to IsDerivedFrom
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
414
if (this.
IsDerivedFrom
(dtype) || dtype.IsDerivedFrom(this)) { //One is union and the other is a member of the union
1105
if (derivedType.
IsDerivedFrom
(types[i].Datatype)) {