1 instantiation of SynchronizedPool
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
468this.innerPool = new SynchronizedPool<byte[]>(limit);
1 reference to SynchronizedPool
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
463SynchronizedPool<byte[]> innerPool;