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