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