3 references to complexTypeBlockAllowed
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1338complexType.SetBlockResolved(_blockDefault & complexTypeBlockAllowed); 1342if ((complexType.Block & ~complexTypeBlockAllowed) != 0) 1346complexType.SetBlockResolved(complexType.Block & complexTypeBlockAllowed);