2 instantiations of MsmqInputMessagePool
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannel.cs (1)
11
: base(listener, new
MsmqInputMessagePool
((listener.ReceiveParameters as MsmqTransportReceiveParameters).MaxPoolSize))
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
23
new
MsmqInputMessagePool
((this.ReceiveParameters as MsmqTransportReceiveParameters).MaxPoolSize),