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