2 references to schemaBlockDefaultAllowed
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
999if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) 1003_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;