2 writes to _offset
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (2)
211_offset = offset; 275_offset += bytesToCopy;
4 references to _offset
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ProducerConsumerStream.cs (4)
223get { return _offset; } 248if (other._buffer == _buffer && other._offset == _offset) 274Buffer.BlockCopy(srcBuffer, srcOffset, _buffer, _offset, bytesToCopy);