1 instantiation of ChannelFaultedAsyncResult
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
298return new ChannelFaultedAsyncResult(callback, state);
2 references to ChannelFaultedAsyncResult
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
306ChannelFaultedAsyncResult channelFaultedResult = result as ChannelFaultedAsyncResult;