2 writes to BlockDefault
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1147builder._schema.BlockDefault = (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "blockDefault");
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8348o.@BlockDefault = Read7_XmlSchemaDerivationMethod(Reader.Value);
10 references to BlockDefault
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (4)
989if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 993else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) 999if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) 1003_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
434if (schema.BlockDefault == XmlSchemaDerivationMethod.All) 438else if (schema.BlockDefault == XmlSchemaDerivationMethod.None) 444if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) 448_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2153if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault) != (Xml.Schema.XmlSchemaDerivationMethod.@None)) { 2154WriteAttribute(@"blockDefault", @"", Write7_XmlSchemaDerivationMethod(((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault)));