2 writes to asyncWriteState
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
872
this.
asyncWriteState
= state;
1011
this.
asyncWriteState
= null;
1 reference to asyncWriteState
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1009
object asyncWriteState = this.
asyncWriteState
;