3 references to elementBlockAllowed
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1423
element.SetBlockResolved(_blockDefault &
elementBlockAllowed
);
1428
if ((element.Block & ~
elementBlockAllowed
) != 0)
1432
element.SetBlockResolved(element.Block &
elementBlockAllowed
);