3 references to SynchronizedDisposablePool
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessagePool.cs (1)
18: base(maxPoolSize)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
33this.outputMessages = new SynchronizedDisposablePool<MsmqOutputMessage<IOutputChannel>>(factory.MaxPoolSize);
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessagePool.cs (1)
14: base(maxPoolSize)