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