4 writes to size
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
1127
this.
size
= size;
1148
return DecodeMessage(buffer, ref offset, ref
size
, ref isAtEOF, timeout);
1154
return DecodeMessage(envelopeBuffer, ref dummyOffset, ref
size
, ref isAtEOF, timeout);
1425
this.
size
= bytesRead;
8 references to size
System.ServiceModel (8)
System\ServiceModel\Channels\SessionConnectionReader.cs (8)
1185
if (
size
> 0)
1190
preReadConnection.AddPreReadData(this.buffer, this.offset, this.
size
);
1194
result = new PreReadConnection(result, this.buffer, this.offset, this.
size
);
1217
if (
size
> 0)
1232
if (
size
!= 0)
1295
if (
size
> 0)
1310
if (
size
!= 0)
1456
if (
size
!= 0)