10 references to CodeNamespace
System.Web.Services (10)
System\Web\Services\Description\HttpProtocolImporter.cs (3)
349WebCodeGenerator.AddImports(this.CodeNamespace, WebCodeGenerator.GetNamespacesForTypes(requiredTypes)); 388this.CodeNamespace.Types.Add(declaration); 390CodeGenerator.ValidateIdentifiers(CodeNamespace);
System\Web\Services\Description\MimeTextImporter.cs (1)
58CodeTypeDeclaration codeClass = WebCodeGenerator.AddClass(ImportContext.CodeNamespace, typeName, string.Empty, new string[0], null, CodeFlags.IsPublic,
System\Web\Services\Description\MimeXmlImporter.cs (1)
89exporter = new XmlCodeExporter(ImportContext.CodeNamespace, ImportContext.ServiceImporter.CodeCompileUnit,
System\Web\Services\Description\SoapProtocolImporter.cs (5)
345xmlExporter = new XmlCodeExporter(this.CodeNamespace, ServiceImporter.CodeCompileUnit, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext); 346soapExporter = new SoapCodeExporter(this.CodeNamespace, null, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext); 390this.CodeNamespace.Types.Add(declaration); 392CodeGenerator.ValidateIdentifiers(CodeNamespace); 432WebCodeGenerator.AddImports(this.CodeNamespace, WebCodeGenerator.GetNamespacesForTypes(requiredTypes));