3 writes to offset
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
1126
this.
offset
= offset;
1148
return DecodeMessage(buffer, ref
offset
, ref size, ref isAtEOF, timeout);
1424
this.
offset
= 0;
2 references to offset
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1190
preReadConnection.AddPreReadData(this.buffer, this.
offset
, this.size);
1194
result = new PreReadConnection(result, this.buffer, this.
offset
, this.size);