1 instantiation of ImmutableClientRuntime
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
420
this.runtime = new
ImmutableClientRuntime
(this);
7 references to ImmutableClientRuntime
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
34
ImmutableClientRuntime
proxyRuntime;
System\ServiceModel\ClientBase.cs (1)
1109
System.ServiceModel.Dispatcher.
ImmutableClientRuntime
runtime;
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
61
ImmutableClientRuntime
runtime;
415
internal
ImmutableClientRuntime
GetRuntime()
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
33
readonly
ImmutableClientRuntime
parent;
47
internal ProxyOperationRuntime(ClientOperation operation,
ImmutableClientRuntime
parent)
134
internal
ImmutableClientRuntime
Parent