1 type derived from MessageHeaderAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderArrayAttribute.cs (1)
8public sealed class MessageHeaderArrayAttribute : MessageHeaderAttribute
6 references to MessageHeaderAttribute
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
847GenerateMessageContractMemberAttribute<MessageHeaderAttribute>(-1, setting, attributes, defaultName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (5)
23typeof(MessageHeaderAttribute), 1341memberInfo.IsDefined(typeof(MessageHeaderAttribute), false) 1368if (memberInfo.IsDefined(typeof(MessageHeaderAttribute), false)) 1457MessageHeaderAttribute headerAttr = ServiceReflector.GetRequiredSingleAttribute<MessageHeaderAttribute>(attrProvider, s_messageContractMemberAttributes);