3 writes to _isAtEOF
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (3)
48
return DecodeMessage(_buffer, ref _offset, ref _size, ref
_isAtEOF
, timeout);
54
return 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)
114
if (
_isAtEOF
)
128
else if (
_isAtEOF
) // could have read the END record under DecodeMessage
172
if (
_isAtEOF
)
186
else if (
_isAtEOF
) // could have read the END record under DecodeMessage