3 writes to blockDefault
System.Xml (3)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
365
this.
blockDefault
= XmlSchemaDerivationMethod.All;
368
this.
blockDefault
= XmlSchemaDerivationMethod.Empty;
374
this.
blockDefault
= schema.BlockDefault & schemaBlockDefaultAllowed;
3 references to blockDefault
System.Xml (3)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
852
if (this.
blockDefault
== XmlSchemaDerivationMethod.All) {
856
element.SetBlockResolved(this.
blockDefault
& elementBlockAllowed);
1064
complexType.SetBlockResolved(this.
blockDefault
& complexTypeBlockAllowed);