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)
58
get { return
_asyncReadBufferSize
; }