3 implementations of EndDisplayInitializationUI
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1585
public void
EndDisplayInitializationUI
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
656
void IClientChannel.
EndDisplayInitializationUI
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
614
void IClientChannel.
EndDisplayInitializationUI
(IAsyncResult result)
1 reference to EndDisplayInitializationUI
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
616
((IClientChannel)_channel).
EndDisplayInitializationUI
(result);