FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (10)
302if (TypedMessageHelper.FindGeneratedTypedMessage(_context.Contract, message, out typedMessageRef))
315TypedMessageHelper.AddGeneratedTypedMessage(_context.Contract, message, typedMessageRef);
324TypedMessageHelper.AddEditorBrowsableAttribute(typedMessageDecl.CustomAttributes);
326TypedMessageHelper.GenerateWrapperAttribute(message, partCodeGenerator);
327TypedMessageHelper.GenerateProtectionLevelAttribute(message, partCodeGenerator);
581TypedMessageHelper.GenerateConstructors(_typeDecl);
594TypedMessageHelper.AddEditorBrowsableAttribute(wrapperTypeDecl.CustomAttributes);
641TypedMessageHelper.GenerateConstructors(wrapperTypeDecl);
719TypedMessageHelper.GenerateMessageBodyMemberAttribute(order, messagePart, partAttributes, xmlPartName);
733TypedMessageHelper.GenerateMessageHeaderAttribute(setting, partAttributes, new XmlName(partName));