3 writes to writeCallback
System.ServiceModel (3)
System\ServiceModel\Channels\Connection.cs (3)
697this.writeCallback = callback; 723this.writeCallback = null; 734this.writeCallback = null;
2 references to writeCallback
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
692if (this.writeCallback != null) 762this.writeCallback(result.AsyncState);