1 write to onCloseChannelComplete
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
420this.onCloseChannelComplete = Fx.ThunkCallback(new AsyncCallback(this.OnCloseChannelComplete));
2 references to onCloseChannelComplete
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
418if (this.onCloseChannelComplete == null) 425IAsyncResult result = channel.BeginClose(onCloseChannelComplete, channel);