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)
27private readonly ImmutableDispatchRuntime _parent; 34internal DispatchOperationRuntime(DispatchOperation operation, ImmutableDispatchRuntime parent) 110internal ImmutableDispatchRuntime Parent
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (5)
31private ImmutableDispatchRuntime _runtime; 300ImmutableDispatchRuntime runtime = this.GetRuntime(); 304internal ImmutableDispatchRuntime GetRuntime() 306ImmutableDispatchRuntime runtime = _runtime; 317private ImmutableDispatchRuntime GetRuntimeCore()
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
16internal InstanceBehavior(DispatchRuntime dispatch, ImmutableDispatchRuntime immutableRuntime)