8 references to GetRuntime
System.ServiceModel (8)
System\ServiceModel\Channels\ServiceChannel.cs (4)
385get { return this.ClientRuntime.GetRuntime().UnhandledProxyOperation; } 1780this.ClientRuntime.GetRuntime().DisplayInitializationUI(this); 1793return this.ClientRuntime.GetRuntime().BeginDisplayInitializationUI(this, callback, state); 1798this.ClientRuntime.GetRuntime().EndDisplayInitializationUI(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
382serviceChannel.ClientRuntime.GetRuntime().InitializeChannel((IClientChannel)serviceChannel.Proxy);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
46this.proxyRuntime = serviceChannel.ClientRuntime.GetRuntime();
System\ServiceModel\ClientBase.cs (1)
1122this.runtime = this.channel.ClientRuntime.GetRuntime();
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
348ProxyOperationRuntime operationRuntime = channelBuilderSettings.ServiceChannel.ClientRuntime.GetRuntime().GetOperationByName(opDesc.Name);