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