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