2 writes to _isAtEof
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DetectEofStream.cs (2)
17
_isAtEof
= false;
67
_isAtEof
= true;
4 references to _isAtEof
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DetectEofStream.cs (4)
22
get { return
_isAtEof
; }
27
if (
_isAtEof
)
51
if (
_isAtEof
)
65
if (!
_isAtEof
)