1 write to _connection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
39
_connection
= connection;
6 references to _connection
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (6)
141
_buffer =
_connection
.AsyncReadBuffer;
148
var result =
_connection
.BeginRead(0, _buffer.Length, timeoutHelper.RemainingTime(), TaskHelpers.OnAsyncCompletionCallback, tcs);
155
bytesRead =
_connection
.EndRead();
199
_buffer = Fx.AllocateByteArray(
_connection
.AsyncReadBufferSize);
207
bytesRead =
_connection
.Read(EnvelopeBuffer, EnvelopeOffset, _buffer.Length, timeoutHelper.RemainingTime());
212
bytesRead =
_connection
.Read(_buffer, 0, _buffer.Length, timeoutHelper.RemainingTime());