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(); 448return _innerPool.Take(); 453return _innerPool.Return(buffer);