3 writes to _offset
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (3)
33_offset = offset; 48return 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)
90preReadConnection.AddPreReadData(_buffer, _offset, _size); 94result = new PreReadConnection(result, _buffer, _offset, _size);