2 types derived from MessageContractMemberAttribute
System.ServiceModel (2)
System\ServiceModel\MessageBodyMemberAttribute.cs (1)
7public class MessageBodyMemberAttribute : MessageContractMemberAttribute
System\ServiceModel\MessageHeaderAttribute.cs (1)
7public class MessageHeaderAttribute : MessageContractMemberAttribute
3 references to MessageContractMemberAttribute
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
863CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl, MessageContractMemberAttribute.NamePropertyName, setting.Name); 865CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl, MessageContractMemberAttribute.NamespacePropertyName, setting.Namespace); 868CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl, MessageContractMemberAttribute.ProtectionLevelPropertyName, setting.ProtectionLevel);