3 references to elementBlockAllowed
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
1390element.SetBlockResolved(_blockDefault & elementBlockAllowed); 1395if ((element.Block & ~elementBlockAllowed) != 0) 1399element.SetBlockResolved(element.Block & elementBlockAllowed);