5 writes to _preReadOffset
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (5)
131
_preReadOffset
= initialOffset;
143
_preReadOffset
= 0;
149
_preReadOffset
= initialOffset;
162
_preReadOffset
+= bytesToCopy;
178
_preReadOffset
+= bytesToCopy;
3 references to _preReadOffset
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (3)
141
Buffer.BlockCopy(tempBuffer,
_preReadOffset
, _preReadData, 0, _preReadCount);
161
Buffer.BlockCopy(_preReadData,
_preReadOffset
, buffer, offset, bytesToCopy);
177
Buffer.BlockCopy(_preReadData,
_preReadOffset
, AsyncReadBuffer, offset, bytesToCopy);