1 write to _innerPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
438
_innerPool
= new SynchronizedPool<byte[]>(limit);
3 references to _innerPool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (3)
443
_innerPool
.Clear();
448
return
_innerPool
.Take();
453
return
_innerPool
.Return(buffer);