2 types derived from SynchronizedDisposablePool
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputMessagePool.cs (1)
13
:
SynchronizedDisposablePool
<MsmqInputMessage>, IMsmqMessagePool
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessagePool.cs (1)
9
:
SynchronizedDisposablePool
<MsmqIntegrationInputMessage>, IMsmqMessagePool
1 instantiation of SynchronizedDisposablePool
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
33
this.outputMessages = new
SynchronizedDisposablePool
<MsmqOutputMessage<IOutputChannel>>(factory.MaxPoolSize);
1 reference to SynchronizedDisposablePool
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
16
SynchronizedDisposablePool
<MsmqOutputMessage<IOutputChannel>> outputMessages;