1 write to _onCloseChannelComplete
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
291_onCloseChannelComplete = Fx.ThunkCallback(new AsyncCallback(OnCloseChannelComplete));
2 references to _onCloseChannelComplete
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
289if (_onCloseChannelComplete == null) 296IAsyncResult result = channel.BeginClose(_onCloseChannelComplete, channel);