2 writes to asyncReadState
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1160
this.
asyncReadState
= state;
1345
this.
asyncReadState
= null;
1 reference to asyncReadState
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1343
object asyncReadState = this.
asyncReadState
;