1 write to BlockDefault
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1147
builder._schema.
BlockDefault
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "blockDefault");
8 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;