3 instantiations of SharedRuntimeState
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
83this.Initialize(new SharedRuntimeState(true));
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
84: this(contractName, contractNamespace, new SharedRuntimeState(false))
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
63: this(new SharedRuntimeState(true))
9 references to SharedRuntimeState
System.ServiceModel (9)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
44SharedRuntimeState shared; 53internal ChannelDispatcher(SharedRuntimeState shared) 86void Initialize(SharedRuntimeState shared)
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
65SharedRuntimeState shared; 69internal ClientRuntime(DispatchRuntime dispatchRuntime, SharedRuntimeState shared) 89ClientRuntime(string contractName, string contractNamespace, SharedRuntimeState shared)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
58SharedRuntimeState shared; 75internal DispatchRuntime(ClientRuntime proxyRuntime, SharedRuntimeState shared) 91DispatchRuntime(SharedRuntimeState shared)