3 writes to asyncReadCallback
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
274this.asyncReadCallback = callback; 296this.asyncReadCallback = null; 905this.asyncReadCallback = null;
1 reference to asyncReadCallback
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
904callback = this.asyncReadCallback;