2 types derived from MessageContractMemberAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageBodyMemberAttribute.cs (1)
8
public class MessageBodyMemberAttribute :
MessageContractMemberAttribute
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderAttribute.cs (1)
8
public class MessageHeaderAttribute :
MessageContractMemberAttribute
3 references to MessageContractMemberAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
858
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl,
MessageContractMemberAttribute
.NamePropertyName, setting.Name);
860
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl,
MessageContractMemberAttribute
.NamespacePropertyName, setting.Namespace);
863
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl,
MessageContractMemberAttribute
.ProtectionLevelPropertyName, setting.ProtectionLevel);