1 write to innerPool
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
468this.innerPool = new SynchronizedPool<byte[]>(limit);
3 references to innerPool
System.ServiceModel.Internals (3)
System\Runtime\InternalBufferManager.cs (3)
473this.innerPool.Clear(); 478return this.innerPool.Take(); 483return this.innerPool.Return(buffer);