3 writes to BlockDefault
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
553schema.BlockDefault = XmlSchemaDerivationMethod.All;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6832o.@BlockDefault = Read7_XmlSchemaDerivationMethod(Reader.Value);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1102builder.schema.BlockDefault = (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "blockDefault");
10 references to BlockDefault
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1816if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) { 1817WriteAttribute(@"blockDefault", @"", Write7_XmlSchemaDerivationMethod(((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault)));
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (4)
855if (schema.BlockDefault == XmlSchemaDerivationMethod.All) { 858else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) { 862if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) { 865this.blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
364if (schema.BlockDefault == XmlSchemaDerivationMethod.All) { 367else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) { 371if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) { 374this.blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;