3 writes to _offset
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (3)
33
_offset
= offset;
48
return DecodeMessage(_buffer, ref
_offset
, ref _size, ref _isAtEOF, timeout);
292
_offset
= 0;
2 references to _offset
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
90
preReadConnection.AddPreReadData(_buffer,
_offset
, _size);
94
result = new PreReadConnection(result, _buffer,
_offset
, _size);