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