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