1 write to DefaultNS
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
134
this.
DefaultNS
= (style == OperationFormatStyle.Rpc) ? string.Empty : this.ContractNS;
5 references to DefaultNS
System.ServiceModel (5)
System\ServiceModel\Description\OperationGenerator.cs (5)
262
ParameterizedMessageHelper.GenerateMessageParameterAttribute(this.Response.Body.ReturnValue, this.EndMethod.ReturnTypeCustomAttributes, TypeLoader.GetReturnValueName(this.DefaultName), this.
DefaultNS
);
336
GenerateBodyPart(0, message.Body.ReturnValue, partCodeGenerator, true, this.IsEncoded, this.
DefaultNS
);
652
string defaultNS = this.
DefaultNS
;
666
GenerateBodyPart(order++, setting, this.BeginPartCodeGenerator, generateTypedMessages, this.IsEncoded, this.
DefaultNS
);
673
GenerateBodyPart(order++, setting, this.EndPartCodeGenerator, generateTypedMessages, this.IsEncoded, this.
DefaultNS
);