1 write to messageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
355result.expired = !result.receiver.TryReceive(result.msmqMessage, result.timeoutHelper.RemainingTime(), result.transactionMode, out result.messageProperty);
1 reference to messageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
375property = receiveResult.messageProperty;