3 writes to asyncReadPending
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
355
this.
asyncReadPending
= false;
1163
this.
asyncReadPending
= true;
1368
this.
asyncReadPending
= false;
4 references to asyncReadPending
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
318
if (this.
asyncReadPending
)
350
if (this.
asyncReadPending
)
536
if (!this.
asyncReadPending
)
1362
if (!this.
asyncReadPending
)