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