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