7 references to GetRuntime
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
377get { return ClientRuntime.GetRuntime().UnhandledProxyOperation; } 1569ClientRuntime.GetRuntime().DisplayInitializationUI(this); 1582return ClientRuntime.GetRuntime().BeginDisplayInitializationUI(this, callback, state); 1587ClientRuntime.GetRuntime().EndDisplayInitializationUI(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
353serviceChannel.ClientRuntime.GetRuntime().InitializeChannel(clientChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
40channelProxy._proxyRuntime = serviceChannel.ClientRuntime.GetRuntime();
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
536_runtime = _channel.ClientRuntime.GetRuntime();