1 write to pool
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (1)
70
this.
pool
= messagePool;
2 references to pool
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (2)
156
return this.
pool
.TakeMessage();
161
this.
pool
.ReturnMessage(message);