1 instantiation of ImmutableDispatchRuntime
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
323
_runtime = new
ImmutableDispatchRuntime
(this);
9 references to ImmutableDispatchRuntime
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (3)
27
private readonly
ImmutableDispatchRuntime
_parent;
34
internal DispatchOperationRuntime(DispatchOperation operation,
ImmutableDispatchRuntime
parent)
110
internal
ImmutableDispatchRuntime
Parent
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (5)
31
private
ImmutableDispatchRuntime
_runtime;
300
ImmutableDispatchRuntime
runtime = this.GetRuntime();
304
internal
ImmutableDispatchRuntime
GetRuntime()
306
ImmutableDispatchRuntime
runtime = _runtime;
317
private
ImmutableDispatchRuntime
GetRuntimeCore()
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
16
internal InstanceBehavior(DispatchRuntime dispatch,
ImmutableDispatchRuntime
immutableRuntime)