3 references to messageContractMemberAttributes
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
1376
MessageBodyMemberAttribute bodyAttr = ServiceReflector.GetSingleAttribute<MessageBodyMemberAttribute>(attrProvider,
messageContractMemberAttributes
);
1412
MessageHeaderAttribute headerAttr = ServiceReflector.GetRequiredSingleAttribute<MessageHeaderAttribute>(attrProvider,
messageContractMemberAttributes
);
1460
MessagePropertyAttribute attr = ServiceReflector.GetSingleAttribute<MessagePropertyAttribute>(attrProvider,
messageContractMemberAttributes
);