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