8 references to DerivedBy
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
683if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets)) 1033if (baseType != null && baseType != XmlSchemaComplexType.AnyType && complexType.DerivedBy == XmlSchemaDerivationMethod.Restriction)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
768if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets)) 1110if (baseType != null && baseType != XmlSchemaComplexType.AnyType && complexType.DerivedBy == XmlSchemaDerivationMethod.Restriction)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (2)
320if ((except & derivedType.DerivedBy) != 0 || !dt.Datatype.IsDerivedFrom(bt.Datatype)) 328if ((except & derivedType.DerivedBy) != 0)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
3674while (schemaType.DerivedBy == XmlSchemaDerivationMethod.Restriction) 3678Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);