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