3 references to elementBlockAllowed
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1060element.SetBlockResolved(_blockDefault & elementBlockAllowed); 1065if ((element.Block & ~elementBlockAllowed) != 0) 1069element.SetBlockResolved(element.Block & elementBlockAllowed);