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