3 writes to isAtEof
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1101this.isAtEof = atEof; 1137this.isAtEof = true; 1200if (DecodeBytes(buffer, ref offset, ref size, ref isAtEof))
2 references to isAtEof
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
1131while (!this.isAtEof) 1205if (this.isAtEof)