1 instantiation of ImmutableDispatchRuntime
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
738this.runtime = new ImmutableDispatchRuntime(this);
18 references to ImmutableDispatchRuntime
System.ServiceModel (18)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (3)
37readonly ImmutableDispatchRuntime parent; 51internal DispatchOperationRuntime(DispatchOperation operation, ImmutableDispatchRuntime parent) 201internal ImmutableDispatchRuntime Parent
System\ServiceModel\Dispatcher\DispatchRuntime.cs (5)
44ImmutableDispatchRuntime runtime; 715ImmutableDispatchRuntime runtime = this.GetRuntime(); 719internal ImmutableDispatchRuntime GetRuntime() 721ImmutableDispatchRuntime runtime = this.runtime; 732ImmutableDispatchRuntime GetRuntimeCore()
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1834ImmutableDispatchRuntime runtime; 1840ImmutableDispatchRuntime runtime, ref MessageRpc rpc)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (2)
29ImmutableDispatchRuntime immutableRuntime; 31internal InstanceBehavior(DispatchRuntime dispatch, ImmutableDispatchRuntime immutableRuntime)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (3)
25public static void CreateIfRequired(ImmutableDispatchRuntime dispatchRuntime, ref MessageRpc messageRpc) 76public void Complete(ImmutableDispatchRuntime dispatchRuntime, ref MessageRpc rpc, TimeSpan timeout, Transaction transaction) 171public ImmutableDispatchRuntime DispatchRuntime
System\ServiceModel\InstanceContext.cs (1)
444this.quotaThrottle = new QuotaThrottle(ImmutableDispatchRuntime.GotDynamicInstanceContext, this.ThisLock);
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (2)
111ImmutableDispatchRuntime runtime = dispatchRuntime.GetRuntime(); 137ImmutableDispatchRuntime runtime = dispatchRuntime.GetRuntime();