2 overrides of Take
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InternalBufferManager.cs (2)
431internal override byte[] Take() 468internal override byte[] Take()
2 references to Take
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InternalBufferManager.cs (2)
127byte[] buffer = oldBufferPool.Take(); 238byte[] buffer = bufferPool.Take();