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