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