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)
1901else 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)
2266else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.Empty)) 2326else 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)) && 540if (!XmlSchemaType.IsDerivedFrom(this.SchemaType, other.SchemaType, /* except:*/XmlSchemaDerivationMethod.Empty) && 541!XmlSchemaType.IsDerivedFrom(other.SchemaType, this.SchemaType, /* except:*/XmlSchemaDerivationMethod.Empty))