2 writes to asyncWriteCallback
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
368this.asyncWriteCallback = callback; 1092this.asyncWriteCallback = null;
1 reference to asyncWriteCallback
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
975callback = this.asyncWriteCallback;