3 writes to isAtEOF
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
1148
return DecodeMessage(buffer, ref offset, ref size, ref
isAtEOF
, timeout);
1154
return DecodeMessage(envelopeBuffer, ref dummyOffset, ref size, ref
isAtEOF
, timeout);
1420
isAtEOF
= true;
6 references to isAtEOF
System.ServiceModel (6)
System\ServiceModel\Channels\SessionConnectionReader.cs (6)
1212
if (
isAtEOF
)
1226
else if (
isAtEOF
) // could have read the END record under DecodeMessage
1290
if (
isAtEOF
)
1304
else if (
isAtEOF
) // could have read the END record under DecodeMessage
1439
if (
isAtEOF
)
1452
else if (
isAtEOF
) // could have read the END record under DecodeMessage