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