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)
34private SharedRuntimeState _shared; 41internal ChannelDispatcher(SharedRuntimeState shared) 46private void Initialize(SharedRuntimeState shared)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
65private SharedRuntimeState _shared; 69internal ClientRuntime(DispatchRuntime dispatchRuntime, SharedRuntimeState shared) 89private ClientRuntime(string contractName, string contractNamespace, SharedRuntimeState shared)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
35private SharedRuntimeState _shared; 37internal DispatchRuntime(ClientRuntime proxyRuntime, SharedRuntimeState shared) 52private DispatchRuntime(SharedRuntimeState shared)