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