2 references to schemaBlockDefaultAllowed
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
862if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) { 865this.blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;