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