3 references to complexTypeBlockAllowed
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1695
complexType.SetBlockResolved(_blockDefault &
complexTypeBlockAllowed
);
1699
if ((complexType.Block & ~
complexTypeBlockAllowed
) != 0)
1703
complexType.SetBlockResolved(complexType.Block &
complexTypeBlockAllowed
);