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