2 references to BeginDisplayInitializationUI
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1582
return ClientRuntime.GetRuntime().
BeginDisplayInitializationUI
(this, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
146
EndDisplayInitializationUI(
BeginDisplayInitializationUI
(channel, null, null));