3 references to complexTypeBlockAllowed
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1325
complexType.SetBlockResolved(_blockDefault &
complexTypeBlockAllowed
);
1329
if ((complexType.Block & ~
complexTypeBlockAllowed
) != 0)
1333
complexType.SetBlockResolved(complexType.Block &
complexTypeBlockAllowed
);