System\ServiceModel\Description\OperationGenerator.cs (10)
304if (TypedMessageHelper.FindGeneratedTypedMessage(this.Context.Contract, message, out typedMessageRef))
317TypedMessageHelper.AddGeneratedTypedMessage(this.Context.Contract, message, typedMessageRef);
326TypedMessageHelper.AddEditorBrowsableAttribute(typedMessageDecl.CustomAttributes);
328TypedMessageHelper.GenerateWrapperAttribute(message, partCodeGenerator);
329TypedMessageHelper.GenerateProtectionLevelAttribute(message, partCodeGenerator);
584TypedMessageHelper.GenerateConstructors(typeDecl);
597TypedMessageHelper.AddEditorBrowsableAttribute(wrapperTypeDecl.CustomAttributes);
644TypedMessageHelper.GenerateConstructors(wrapperTypeDecl);
723TypedMessageHelper.GenerateMessageBodyMemberAttribute(order, messagePart, partAttributes, xmlPartName);
737TypedMessageHelper.GenerateMessageHeaderAttribute(setting, partAttributes, new XmlName(partName));