3 writes to asyncWritePending
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
870this.asyncWritePending = true; 929this.asyncWritePending = false; 995this.asyncWritePending = false;
5 references to asyncWritePending
System.ServiceModel (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
327if (this.asyncWritePending) 541if (!this.asyncWritePending) 864Fx.Assert(!this.asyncWritePending, "Called BeginWrite twice."); 923if (!this.asyncWritePending) 990if (this.asyncWritePending)