10 references to Empty
System.Private.Xml (10)
System\Xml\Schema\Preprocessor.cs (2)
995
_blockDefault = XmlSchemaDerivationMethod.
Empty
;
1011
_finalDefault = XmlSchemaDerivationMethod.
Empty
;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1901
else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.
Empty
))
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
440
_blockDefault = XmlSchemaDerivationMethod.
Empty
;
456
_finalDefault = XmlSchemaDerivationMethod.
Empty
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2266
else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.
Empty
))
2326
else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.
Empty
))
System\Xml\Xsl\XmlQueryType.cs (3)
518
(baseSchemaType == XmlSchemaComplexType.AnyType || XmlSchemaType.IsDerivedFrom(SchemaType, baseSchemaType, /* except:*/XmlSchemaDerivationMethod.
Empty
)) &&
540
if (!XmlSchemaType.IsDerivedFrom(this.SchemaType, other.SchemaType, /* except:*/XmlSchemaDerivationMethod.
Empty
) &&
541
!XmlSchemaType.IsDerivedFrom(other.SchemaType, this.SchemaType, /* except:*/XmlSchemaDerivationMethod.
Empty
))