2 writes to asyncReadCallback
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1161this.asyncReadCallback = callback; 1346this.asyncReadCallback = null;
1 reference to asyncReadCallback
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1342WaitCallback asyncReadCallback = this.asyncReadCallback;