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