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")]
1 reference to MessageParameterAttribute
System.ServiceModel (1)
netstandard.cs (1)
184
[assembly: TypeForwardedTo(typeof(
MessageParameterAttribute
))]