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