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