3 overrides of TakeBuffer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
232
public override byte[]
TakeBuffer
(int bufferSize)
530
public override byte[]
TakeBuffer
(int bufferSize)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManager.cs (1)
104
public override byte[]
TakeBuffer
(int bufferSize)
4 references to TakeBuffer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\BufferedOutputStream.cs (3)
101
_currentChunk = bufferManager.
TakeBuffer
(initialSize);
124
byte[] newChunk = _bufferManager.
TakeBuffer
(newChunkSize);
199
buffer = _bufferManager.
TakeBuffer
(_totalSize);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferManager.cs (1)
66
return _innerBufferManager.
TakeBuffer
(bufferSize);