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)
22get { return _isAtEof; } 27if (_isAtEof) 51if (_isAtEof) 65if (!_isAtEof)