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)
134
if (
_currentBuffer
== WriteBufferWrapper.EmptyContainer)
140
int bytesWritten =
_currentBuffer
.Write(buffer, offset, count);
143
if (
_currentBuffer
.Count == 0)