1 write to codeNamespace
System.Web.Services (1)
System\Web\Services\Description\ProtocolImporter.cs (1)
255
this.
codeNamespace
= codeNamespace;
7 references to codeNamespace
System.Web.Services (7)
System\Web\Services\Description\ProtocolImporter.cs (7)
95
get { return
codeNamespace
; }
455
codeNamespace
.Types.Add(codeClass);
505
AddWarningComment(codeClass == null ?
codeNamespace
.Comments : codeClass.Comments, Res.GetString(Res.TheBinding0FromNamespace1WasIgnored2, Binding.Name, Binding.ServiceDescription.TargetNamespace, text));
514
AddWarningComment(codeClass == null ?
codeNamespace
.Comments : codeClass.Comments, Res.GetString(Res.TheOperation0FromNamespace1WasIgnored2, operation.Name, operation.PortType.ServiceDescription.TargetNamespace, text));
523
AddWarningComment(codeClass == null ?
codeNamespace
.Comments : codeClass.Comments, Res.GetString(Res.TheOperationBinding0FromNamespace1WasIgnored, operationBinding.Name, operationBinding.Binding.ServiceDescription.TargetNamespace, text));
607
codeNamespace
.Types.Add(declaration);
610
CodeGenerator.ValidateIdentifiers(
codeNamespace
);