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