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