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