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