1 instantiation of MessageProperty
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
13[MessageProperty(Name = MsmqIntegrationMessageProperty.Name)]
5 references to MessageProperty
System.ServiceModel (5)
System\ServiceModel\Description\TypeLoader.cs (5)
24typeof(MessagePropertyAttribute), 1289memberInfo.IsDefined(typeof(MessagePropertyAttribute), false) 1326else if (memberInfo.IsDefined(typeof(MessagePropertyAttribute), false)) 1460MessagePropertyAttribute attr = ServiceReflector.GetSingleAttribute<MessagePropertyAttribute>(attrProvider, messageContractMemberAttributes);