1 write to _asyncReadBufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
52_asyncReadBufferSize = _readBuffer.Length;
2 references to _asyncReadBufferSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
50_socket.SendBufferSize = _socket.ReceiveBufferSize = _asyncReadBufferSize;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
58get { return _asyncReadBufferSize; }