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