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