1 instantiation of ChannelFaultedAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
307
return new
ChannelFaultedAsyncResult
(callback, state);
2 references to ChannelFaultedAsyncResult
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
314
ChannelFaultedAsyncResult
channelFaultedResult = result as
ChannelFaultedAsyncResult
;