11 references to DerivedBy
System.Private.Xml (11)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
693
if (unionMember.
DerivedBy
== XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets))
1044
if (baseType != null && baseType != XmlSchemaComplexType.AnyType && complexType.
DerivedBy
== XmlSchemaDerivationMethod.Restriction)
System\Xml\Schema\SchemaSetCompiler.cs (2)
782
if (unionMember.
DerivedBy
== XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets))
1129
if (baseType != null && baseType != XmlSchemaComplexType.AnyType && complexType.
DerivedBy
== XmlSchemaDerivationMethod.Restriction)
System\Xml\Schema\XmlSchemaType.cs (2)
305
if ((except & derivedType.
DerivedBy
) != 0 || !dt.Datatype!.IsDerivedFrom(bt.Datatype!))
313
if ((except & derivedType.
DerivedBy
) != 0)
System\Xml\Schema\XmlValueConverter.cs (2)
3142
while (schemaType.
DerivedBy
== XmlSchemaDerivationMethod.Restriction)
3146
Debug.Assert(schemaType.
DerivedBy
== XmlSchemaDerivationMethod.Union);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
55
while (schemaType.
DerivedBy
== XmlSchemaDerivationMethod.Restriction)
59
if (schemaType.
DerivedBy
== XmlSchemaDerivationMethod.List)
63
Debug.Assert(schemaType.
DerivedBy
== XmlSchemaDerivationMethod.Union);