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