3 writes to _isAtEOF
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
39return DecodeMessage(_buffer, ref _offset, ref _size, ref _isAtEOF, timeout); 46return DecodeMessage(EnvelopeBuffer, ref dummyOffset, ref _size, ref _isAtEOF, timeout); 175_isAtEOF = true;
2 references to _isAtEOF
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
74if (_isAtEOF) 94else if (_isAtEOF) // could have read the END record under DecodeMessage