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