3 references to elementBlockAllowed
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1070
element.SetBlockResolved(_blockDefault &
elementBlockAllowed
);
1075
if ((element.Block & ~
elementBlockAllowed
) != 0)
1079
element.SetBlockResolved(element.Block &
elementBlockAllowed
);