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