2 writes to asyncWriteCallback
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
871this.asyncWriteCallback = callback; 1012this.asyncWriteCallback = null;
1 reference to asyncWriteCallback
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1008WaitCallback asyncWriteCallback = this.asyncWriteCallback;