3 writes to blockDefault
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
856this.blockDefault = XmlSchemaDerivationMethod.All; 859this.blockDefault = XmlSchemaDerivationMethod.Empty; 865this.blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;
3 references to blockDefault
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
1162if (this.blockDefault == XmlSchemaDerivationMethod.All) { 1166element.SetBlockResolved(this.blockDefault & elementBlockAllowed); 1378complexType.SetBlockResolved(this.blockDefault & complexTypeBlockAllowed);