2 overrides of Take
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
476internal override byte[] Take() 513internal override byte[] Take()
2 references to Take
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
131byte[] buffer = oldBufferPool.Take(); 262byte[] buffer = bufferPool.Take();