3 writes to offset
SMSvcHost (3)
System\ServiceModel\Activation\DupHandleConnectionReader.cs (3)
32
this.
offset
= offset;
84
offset
+= bytesDecoded;
119
offset
= 0;
4 references to offset
SMSvcHost (4)
System\ServiceModel\Activation\DupHandleConnectionReader.cs (4)
81
int bytesDecoded = Decode(connectionBuffer,
offset
, size);
160
this.dataRead = new byte[accruedData.Length +
offset
+ size];
166
this.dataRead = new byte[
offset
+ size];
170
Buffer.BlockCopy(this.connectionBuffer, 0, dataRead, accruedDataOffset,
offset
+ size);