3 instantiations of MessageParameterAttribute
ScenarioTests.Common.Tests (2)
ServiceInterfaces.cs (2)
163[return: MessageParameter(Name = "ProcessCustomerDataReturn")] 197[return: System.ServiceModel.MessageParameterAttribute(Name = "result")]
UnitTests.Common (1)
ServiceInterfaces.cs (1)
87[return: System.ServiceModel.MessageParameterAttribute(Name = "result")]
3 references to MessageParameterAttribute
System.ServiceModel (1)
netstandard.cs (1)
184[assembly: TypeForwardedTo(typeof(MessageParameterAttribute))]
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\TypeLoader.cs (2)
1285MessageParameterAttribute paramAttr = ServiceReflector.GetSingleAttribute<MessageParameterAttribute>(attrProvider);