1 write to codeNamespace
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
33this.codeNamespace = GetTargetCodeNamespace(options);
6 references to codeNamespace
System.ServiceModel (6)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (6)
71this.xmlExporter = new XmlCodeExporter(this.codeNamespace, this.options.CodeCompileUnit, this.options.CodeProvider, 84this.soapExporter = new SoapCodeExporter(this.codeNamespace, this.options.CodeCompileUnit, this.options.CodeProvider, 209if (codeNamespace != null && !string.IsNullOrEmpty(codeNamespace.Name)) 211foreach (CodeTypeDeclaration typeDecl in codeNamespace.Types) 215typeName = codeNamespace.Name + "." + typeName;