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