2 references to s_messageContractMemberAttributes
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\TypeLoader.cs (2)
1466MessageBodyMemberAttribute bodyAttr = ServiceReflector.GetSingleAttribute<MessageBodyMemberAttribute>(attrProvider, s_messageContractMemberAttributes); 1502MessageHeaderAttribute headerAttr = ServiceReflector.GetRequiredSingleAttribute<MessageHeaderAttribute>(attrProvider, s_messageContractMemberAttributes);