2 overrides of Take
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
446internal override byte[] Take() 483internal override byte[] Take()
2 references to Take
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
129byte[] buffer = oldBufferPool.Take(); 240byte[] buffer = bufferPool.Take();