1 instantiation of ImmutableDispatchRuntime
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
312_runtime = new ImmutableDispatchRuntime(this);
8 references to ImmutableDispatchRuntime
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
20internal DispatchOperationRuntime(DispatchOperation operation, ImmutableDispatchRuntime parent) 74internal ImmutableDispatchRuntime Parent { get; }
System\ServiceModel\Dispatcher\DispatchRuntime.cs (5)
25private ImmutableDispatchRuntime _runtime; 289ImmutableDispatchRuntime runtime = GetRuntime(); 293internal ImmutableDispatchRuntime GetRuntime() 295ImmutableDispatchRuntime runtime = _runtime; 306private ImmutableDispatchRuntime GetRuntimeCore()
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
16internal InstanceBehavior(DispatchRuntime dispatch, ImmutableDispatchRuntime immutableRuntime)