13 references to Empty
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryType.cs (3)
512(baseSchemaType == XmlSchemaComplexType.AnyType || XmlSchemaType.IsDerivedFrom(SchemaType, baseSchemaType, /* except:*/XmlSchemaDerivationMethod.Empty)) && 532if (!XmlSchemaType.IsDerivedFrom(this.SchemaType, other.SchemaType, /* except:*/XmlSchemaDerivationMethod.Empty) && 533!XmlSchemaType.IsDerivedFrom(other.SchemaType, this.SchemaType, /* except:*/XmlSchemaDerivationMethod.Empty)) {
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3078case global::System.Xml.Schema.XmlSchemaDerivationMethod.@Empty: s = @""; break; 3091@"#all" }, new System.Int64[] { (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Empty, 8658h.Add(@"", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Empty);
System.Xml (7)
System\Xml\Schema\Preprocessor.cs (2)
859this.blockDefault = XmlSchemaDerivationMethod.Empty; 871this.finalDefault = XmlSchemaDerivationMethod.Empty;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1515else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.Empty)) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
368this.blockDefault = XmlSchemaDerivationMethod.Empty; 380this.finalDefault = XmlSchemaDerivationMethod.Empty;
System\Xml\Schema\SchemaSetCompiler.cs (2)
1797else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.Empty)) { 1851else if (attributeBase.AttributeSchemaType == null || attribute.AttributeSchemaType == null || !XmlSchemaType.IsDerivedFrom(attribute.AttributeSchemaType, attributeBase.AttributeSchemaType, XmlSchemaDerivationMethod.Empty)) {