1 instantiation of DispatchRuntime
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
218DispatchRuntime = new DispatchRuntime(this, _shared);
39 references to DispatchRuntime
System.ServiceModel.Primitives (38)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
55DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime;
System\ServiceModel\Channels\ServiceChannel.cs (5)
75DispatchRuntime dispatch = factory.ClientRuntime.DispatchRuntime; 168internal DispatchRuntime DispatchRuntime 533DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 906DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 1163DispatchRuntime dispatchRuntime = ClientRuntime.DispatchRuntime;
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
69void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
144private static void BuildDispatchOperation(OperationDescription operation, DispatchRuntime parent) 203private static void BindOperations(ContractDescription contract, ClientRuntime proxy, DispatchRuntime dispatch)
System\ServiceModel\Description\IContractBehavior.cs (1)
14void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime);
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
64DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime; 240DispatchRuntime dispatchBehavior = _requestInfo.DispatchRuntime; 498DispatchRuntime dispatchBehavior = Channel.ClientRuntime.CallbackDispatchRuntime; 1254public DispatchRuntime DispatchRuntime;
System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
66internal ClientRuntime(DispatchRuntime dispatchRuntime, SharedRuntimeState shared) 210public DispatchRuntime DispatchRuntime { get; private set; } 212public DispatchRuntime CallbackDispatchRuntime
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
17internal ConcurrencyBehavior(DispatchRuntime runtime)
System\ServiceModel\Dispatcher\DispatchOperation.cs (3)
22public DispatchOperation(DispatchRuntime parent, string name, string action) 33public DispatchOperation(DispatchRuntime parent, string name, string action, string replyAction) 151public DispatchRuntime Parent { get; }
System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
340private readonly DispatchRuntime _dispatchRuntime; 342public UnhandledActionInvoker(DispatchRuntime dispatchRuntime) 420private DispatchRuntime _outer; 422internal DispatchBehaviorCollection(DispatchRuntime outer) 465private DispatchRuntime _outer; 467internal OperationCollection(DispatchRuntime outer)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
29public DispatchRuntime DispatchRuntime
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
41internal ImmutableDispatchRuntime(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
16internal InstanceBehavior(DispatchRuntime dispatch, ImmutableDispatchRuntime immutableRuntime)
System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (3)
12private readonly DispatchRuntime _dispatchRuntime; 14internal InstanceContextProviderBase(DispatchRuntime dispatchRuntime) 29internal static IInstanceContextProvider GetProviderForMode(InstanceContextMode instanceMode, DispatchRuntime runtime)
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
23void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
13internal PerSessionInstanceContextProvider(DispatchRuntime dispatchRuntime)
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (2)
21public static TerminatingOperationBehavior CreateIfNecessary(DispatchRuntime dispatch) 33private static bool IsTerminatingOperationBehaviorNeeded(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
18internal ThreadBehavior(DispatchRuntime dispatch)
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
134public void ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime) { }