1 instantiation of SharedRuntimeState
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
84
: this(contractName, contractNamespace, new
SharedRuntimeState
(false))
9 references to SharedRuntimeState
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
34
private
SharedRuntimeState
_shared;
41
internal ChannelDispatcher(
SharedRuntimeState
shared)
46
private void Initialize(
SharedRuntimeState
shared)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
65
private
SharedRuntimeState
_shared;
69
internal ClientRuntime(DispatchRuntime dispatchRuntime,
SharedRuntimeState
shared)
89
private ClientRuntime(string contractName, string contractNamespace,
SharedRuntimeState
shared)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
35
private
SharedRuntimeState
_shared;
37
internal DispatchRuntime(ClientRuntime proxyRuntime,
SharedRuntimeState
shared)
52
private DispatchRuntime(
SharedRuntimeState
shared)