1 instantiation of DispatchRuntime
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
233
_dispatchRuntime = new
DispatchRuntime
(this, _shared);
37 references to DispatchRuntime
dotnet-svcutil-lib (37)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
46
DispatchRuntime
dispatchRuntime = clientRuntime.DispatchRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
85
DispatchRuntime
dispatch = factory.ClientRuntime.DispatchRuntime;
185
internal
DispatchRuntime
DispatchRuntime
553
DispatchRuntime
dispatchBehavior = ClientRuntime.DispatchRuntime;
903
DispatchRuntime
dispatchBehavior = ClientRuntime.DispatchRuntime;
1148
DispatchRuntime
dispatchRuntime = ClientRuntime.DispatchRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
146
private static void BuildDispatchOperation(OperationDescription operation,
DispatchRuntime
parent)
204
private static void BindOperations(ContractDescription contract, ClientRuntime proxy,
DispatchRuntime
dispatch)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IContractBehavior.cs (1)
15
void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint,
DispatchRuntime
dispatchRuntime);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
68
DispatchRuntime
dispatchRuntime = clientRuntime.DispatchRuntime;
253
DispatchRuntime
dispatchBehavior = _requestInfo.DispatchRuntime;
506
DispatchRuntime
dispatchBehavior = _channel.ClientRuntime.CallbackDispatchRuntime;
1247
public
DispatchRuntime
DispatchRuntime;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
56
private
DispatchRuntime
_dispatchRuntime;
69
internal ClientRuntime(
DispatchRuntime
dispatchRuntime, SharedRuntimeState shared)
223
public
DispatchRuntime
DispatchRuntime
228
public
DispatchRuntime
CallbackDispatchRuntime
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
18
internal ConcurrencyBehavior(
DispatchRuntime
runtime)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (4)
19
private readonly
DispatchRuntime
_parent;
28
public DispatchOperation(
DispatchRuntime
parent, string name, string action)
44
public DispatchOperation(
DispatchRuntime
parent, string name, string action, string replyAction)
173
public
DispatchRuntime
Parent
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
351
private readonly
DispatchRuntime
_dispatchRuntime;
353
public UnhandledActionInvoker(
DispatchRuntime
dispatchRuntime)
431
private
DispatchRuntime
_outer;
433
internal DispatchBehaviorCollection(
DispatchRuntime
outer)
476
private
DispatchRuntime
_outer;
478
internal OperationCollection(
DispatchRuntime
outer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
42
public
DispatchRuntime
DispatchRuntime
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
49
internal ImmutableDispatchRuntime(
DispatchRuntime
dispatch)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
16
internal InstanceBehavior(
DispatchRuntime
dispatch, ImmutableDispatchRuntime immutableRuntime)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (3)
11
private readonly
DispatchRuntime
_dispatchRuntime;
13
internal InstanceContextProviderBase(
DispatchRuntime
dispatchRuntime)
28
internal static IInstanceContextProvider GetProviderForMode(InstanceContextMode instanceMode,
DispatchRuntime
runtime)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
22
void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint,
DispatchRuntime
dispatch)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
12
internal PerSessionInstanceContextProvider(
DispatchRuntime
dispatchRuntime)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
19
internal ThreadBehavior(
DispatchRuntime
dispatch)