3 writes to _isAtEOF
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (3)
48return DecodeMessage(_buffer, ref _offset, ref _size, ref _isAtEOF, timeout); 54return DecodeMessage(_envelopeBuffer, ref dummyOffset, ref _size, ref _isAtEOF, timeout); 288_isAtEOF = true;
4 references to _isAtEOF
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (4)
114if (_isAtEOF) 128else if (_isAtEOF) // could have read the END record under DecodeMessage 172if (_isAtEOF) 186else if (_isAtEOF) // could have read the END record under DecodeMessage