3 writes to _currentBuffer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (3)
23_currentBuffer = WriteBufferWrapper.EmptyContainer; 136_currentBuffer = await _buffer.Task; 145_currentBuffer = WriteBufferWrapper.EmptyContainer;
3 references to _currentBuffer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (3)
134if (_currentBuffer == WriteBufferWrapper.EmptyContainer) 140int bytesWritten = _currentBuffer.Write(buffer, offset, count); 143if (_currentBuffer.Count == 0)