3 instantiations of SharedRuntimeState
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
83
this.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)
44
SharedRuntimeState
shared;
53
internal ChannelDispatcher(
SharedRuntimeState
shared)
86
void Initialize(
SharedRuntimeState
shared)
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
65
SharedRuntimeState
shared;
69
internal ClientRuntime(DispatchRuntime dispatchRuntime,
SharedRuntimeState
shared)
89
ClientRuntime(string contractName, string contractNamespace,
SharedRuntimeState
shared)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
58
SharedRuntimeState
shared;
75
internal DispatchRuntime(ClientRuntime proxyRuntime,
SharedRuntimeState
shared)
91
DispatchRuntime(
SharedRuntimeState
shared)