11 references to DerivedBy
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
55while (schemaType.DerivedBy == XmlSchemaDerivationMethod.Restriction) 59if (schemaType.DerivedBy == XmlSchemaDerivationMethod.List) 63Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);
System.Xml (8)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
547if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets) ) { 823if (baseType != null && baseType != XmlSchemaComplexType.AnyType && complexType.DerivedBy == XmlSchemaDerivationMethod.Restriction) {
System\Xml\Schema\SchemaSetCompiler.cs (2)
614if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets) ) { 883if (baseType != null && baseType != XmlSchemaComplexType.AnyType && complexType.DerivedBy == XmlSchemaDerivationMethod.Restriction) {
System\Xml\Schema\XmlSchemaType.cs (2)
271if ((except & derivedType.DerivedBy) != 0 || !dt.Datatype.IsDerivedFrom(bt.Datatype)) { 277if ((except & derivedType.DerivedBy) != 0) {
System\Xml\Schema\XmlValueConverter.cs (2)
3313while (schemaType.DerivedBy == XmlSchemaDerivationMethod.Restriction) 3317Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);