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)
31private SharedRuntimeState _shared; 37internal ChannelDispatcher(SharedRuntimeState shared) 42private void Initialize(SharedRuntimeState shared)
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
62private SharedRuntimeState _shared; 66internal ClientRuntime(DispatchRuntime dispatchRuntime, SharedRuntimeState shared) 83private ClientRuntime(string contractName, string contractNamespace, SharedRuntimeState shared)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
29private SharedRuntimeState _shared; 31internal DispatchRuntime(ClientRuntime proxyRuntime, SharedRuntimeState shared) 41private DispatchRuntime(SharedRuntimeState shared)