1 instantiation of SharedRuntimeState
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
78
: this(contractName, contractNamespace, new
SharedRuntimeState
(false))
9 references to SharedRuntimeState
System.ServiceModel.Primitives (9)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
31
private
SharedRuntimeState
_shared;
37
internal ChannelDispatcher(
SharedRuntimeState
shared)
42
private void Initialize(
SharedRuntimeState
shared)
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
62
private
SharedRuntimeState
_shared;
66
internal ClientRuntime(DispatchRuntime dispatchRuntime,
SharedRuntimeState
shared)
83
private ClientRuntime(string contractName, string contractNamespace,
SharedRuntimeState
shared)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
29
private
SharedRuntimeState
_shared;
31
internal DispatchRuntime(ClientRuntime proxyRuntime,
SharedRuntimeState
shared)
41
private DispatchRuntime(
SharedRuntimeState
shared)