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