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)
24
typeof(
MessagePropertyAttribute
),
1289
memberInfo.IsDefined(typeof(
MessagePropertyAttribute
), false)
1326
else if (memberInfo.IsDefined(typeof(
MessagePropertyAttribute
), false))
1460
MessagePropertyAttribute
attr = ServiceReflector.GetSingleAttribute<
MessagePropertyAttribute
>(attrProvider, messageContractMemberAttributes);