5 instantiations of MessagePropertyAttribute
Contract.Message.IntegrationTests (2)
TestTypes.4.4.0.cs (2)
49[MessageProperty(Name = "TestProperty")] 80[MessageProperty(Name = "TestProperty")]
System.ServiceModel.Primitives.Tests (3)
ServiceModel\MessageContractTest.4.4.0.cs (1)
33MessagePropertyAttribute attribute = new MessagePropertyAttribute();
TestTypes.4.4.0.cs (2)
62[MessageProperty] 95[MessageProperty]
7 references to MessagePropertyAttribute
System.ServiceModel (1)
netstandard.cs (1)
185[assembly: TypeForwardedTo(typeof(MessagePropertyAttribute))]
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\TypeLoader.cs (5)
25typeof(MessagePropertyAttribute) 1377memberInfo.IsDefined(typeof(MessagePropertyAttribute), false) 1416else if (memberInfo.IsDefined(typeof(MessagePropertyAttribute), false)) 1551MessagePropertyAttribute attr = ServiceReflector.GetSingleAttribute<MessagePropertyAttribute>(attrProvider);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\MessageContractTest.4.4.0.cs (1)
33MessagePropertyAttribute attribute = new MessagePropertyAttribute();