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)
223
get { return
_offset
; }
248
if (other._buffer == _buffer && other.
_offset
==
_offset
)
274
Buffer.BlockCopy(srcBuffer, srcOffset, _buffer,
_offset
, bytesToCopy);