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