2 references to schemaBlockDefaultAllowed
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
449if ((schema.BlockDefault & ~schemaBlockDefaultAllowed) != 0) 453_blockDefault = schema.BlockDefault & schemaBlockDefaultAllowed;