2 writes to isAtEof
System.ServiceModel (2)
System\ServiceModel\Channels\DetectEofStream.cs (2)
15
this.
isAtEof
= false;
61
this.
isAtEof
= true;
3 references to isAtEof
System.ServiceModel (3)
System\ServiceModel\Channels\DetectEofStream.cs (3)
20
get { return this.
isAtEof
; }
45
if (
isAtEof
)
59
if (!
isAtEof
)