2 references to schemaBlockDefaultAllowed
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
444
if ((schema.BlockDefault & ~
schemaBlockDefaultAllowed
) != 0)
448
_blockDefault = schema.BlockDefault &
schemaBlockDefaultAllowed
;