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