2 instantiations of DispatchRuntime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
233this.dispatchRuntime = new DispatchRuntime(this, this.shared);
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
60this.dispatchRuntime = new DispatchRuntime(this);
92 references to DispatchRuntime
System.ServiceModel (76)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
183DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime;
System\ServiceModel\Channels\PeerHelpers.cs (1)
898void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime
System\ServiceModel\Channels\ServiceChannel.cs (6)
93DispatchRuntime dispatch = factory.ClientRuntime.DispatchRuntime; 193internal DispatchRuntime DispatchRuntime 583DispatchRuntime dispatchBehavior = this.ClientRuntime.DispatchRuntime; 965DispatchRuntime dispatchBehavior = this.ClientRuntime.DispatchRuntime; 1231DispatchRuntime dispatchRuntime = this.ClientRuntime.DispatchRuntime; 1824DispatchRuntime behavior = this.DispatchRuntime;
System\ServiceModel\ComIntegration\ComPlusContractBehavior.cs (1)
34DispatchRuntime dispatch)
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
81void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Description\DispatcherBuilder.cs (4)
910DispatchRuntime dispatch = endpointInfos[i].EndpointDispatcher.DispatchRuntime; 942DispatchRuntime dispatch = dispatcher.DispatchRuntime; 1001static void BuildDispatchOperation(OperationDescription operation, DispatchRuntime parent, EndpointFilterProvider provider) 1072static void BindOperations(ContractDescription contract, ClientRuntime proxy, DispatchRuntime dispatch)
System\ServiceModel\Description\IContractBehavior.cs (1)
15void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime);
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
139DispatchRuntime behavior = endpointDispatcher.DispatchRuntime;
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (3)
156void ApplyAuthorizationPoliciesAndManager(DispatchRuntime behavior) 176void ApplyRoleProvider(DispatchRuntime dispatchRuntime) 207DispatchRuntime behavior = endpointDispatcher.DispatchRuntime;
System\ServiceModel\Description\ServiceCredentials.cs (1)
309DispatchRuntime behavior = endpointDispatcher.DispatchRuntime;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
303DispatchRuntime dispatcher = channelDispatcher.Endpoints[0].DispatchRuntime;
System\ServiceModel\Description\ServiceMetadataContractBehavior.cs (1)
37void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
130DispatchRuntime behavior = endpointDispatcher.DispatchRuntime;
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (2)
127static AuthenticationBehavior CreateAuthenticationBehavior(DispatchRuntime dispatch) 137public static AuthenticationBehavior TryCreate(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (2)
138static AuthorizationBehavior CreateAuthorizationBehavior(DispatchRuntime dispatch) 149public static AuthorizationBehavior TryCreate(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
87DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime; 391DispatchRuntime dispatchBehavior = this.requestInfo.DispatchRuntime; 760DispatchRuntime dispatchBehavior = this.channel.ClientRuntime.CallbackDispatchRuntime; 2017public DispatchRuntime DispatchRuntime;
System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
56DispatchRuntime dispatchRuntime; 69internal ClientRuntime(DispatchRuntime dispatchRuntime, SharedRuntimeState shared) 223internal DispatchRuntime DispatchRuntime 228public DispatchRuntime CallbackDispatchRuntime
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
19internal ConcurrencyBehavior(DispatchRuntime runtime)
System\ServiceModel\Dispatcher\DispatchOperation.cs (4)
24DispatchRuntime parent; 38public DispatchOperation(DispatchRuntime parent, string name, string action) 56public DispatchOperation(DispatchRuntime parent, string name, string action, string replyAction) 231public DispatchRuntime Parent
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
148get { return (this.invoker is DispatchRuntime.UnhandledActionInvoker); }
System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
778DispatchRuntime dispatchRuntime; 780public UnhandledActionInvoker(DispatchRuntime dispatchRuntime) 871DispatchRuntime outer; 873internal DispatchBehaviorCollection(DispatchRuntime outer) 916DispatchRuntime outer; 918internal OperationCollection(DispatchRuntime outer)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
22DispatchRuntime dispatchRuntime; 146public DispatchRuntime DispatchRuntime
System\ServiceModel\Dispatcher\IInstanceContextProvider.cs (4)
21DispatchRuntime dispatchRuntime; 23public DispatchRuntime DispatchRuntime 31internal InstanceContextProviderBase(DispatchRuntime dispatchRuntime) 46internal static IInstanceContextProvider GetProviderForMode(InstanceContextMode instanceMode, DispatchRuntime runtime)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
75internal ImmutableDispatchRuntime(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
31internal InstanceBehavior(DispatchRuntime dispatch, ImmutableDispatchRuntime immutableRuntime)
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
24void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\PerCallInstanceContextProvider.cs (1)
13internal PerCallInstanceContextProvider(DispatchRuntime dispatchRuntime)
System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
14internal PerSessionInstanceContextProvider(DispatchRuntime dispatchRuntime)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (4)
48SecurityImpersonationBehavior(DispatchRuntime dispatch) 62public static SecurityImpersonationBehavior CreateIfNecessary(DispatchRuntime dispatch) 86void ApplyRoleProvider(DispatchRuntime dispatch) 91static bool IsSecurityBehaviorNeeded(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\SingletonInstanceContextProvider.cs (1)
16internal SingletonInstanceContextProvider(DispatchRuntime dispatchRuntime)
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (2)
17public static TerminatingOperationBehavior CreateIfNecessary(DispatchRuntime dispatch) 29static bool IsTerminatingOperationBehaviorNeeded(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
20internal ThreadBehavior(DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (5)
24DispatchRuntime dispatch; 32internal TransactionBehavior(DispatchRuntime dispatch) 71internal static TransactionBehavior CreateIfNeeded(DispatchRuntime dispatch) 134void InitializeIsolationLevel(DispatchRuntime dispatch) 139static bool NeedsTransactionBehavior(DispatchRuntime dispatch)
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (2)
110DispatchRuntime dispatchRuntime = endpointDispatcher.DispatchRuntime; 136DispatchRuntime dispatchRuntime = endpointDispatcher.DispatchRuntime;
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
1621public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
381DispatchRuntime behavior = endpointDispatcher.DispatchRuntime; 434DispatchRuntime dispatch = endpointDispatcher.DispatchRuntime;
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\ClientOperationFormatterProvider.cs (2)
15static DispatchRuntime dummyDispatchRuntime; 29static DispatchRuntime DummyDispatchRuntime
System\ServiceModel\Activities\Description\WorkflowContractBehaviorAttribute.cs (1)
27public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
209DispatchRuntime dispatchRuntime = endpointDispatcher.DispatchRuntime;
System\ServiceModel\Activities\Description\WorkflowServiceBehavior.cs (1)
61DispatchRuntime dispatchRuntime = endPointDispatcher.DispatchRuntime;
System\ServiceModel\Activities\ServiceOperationFormatterProvider.cs (2)
15static DispatchRuntime dummyDispatchRuntime; 19static DispatchRuntime DummyDispatchRuntime
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
102public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
138DispatchRuntime dispatchRuntime = endpointDispatcher.DispatchRuntime;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
50DispatchRuntime dispatchRuntime = endpointDispatcher.DispatchRuntime;
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1079DispatchRuntime dispatchRuntime = dummyED.DispatchRuntime;
System\ServiceModel\Web\JavascriptCallbackBehaviorAttribute.cs (1)
48public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime)
System.WorkflowServices (4)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
294DispatchRuntime dispatchRuntime = endPointDispatcher.DispatchRuntime;
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (3)
19DispatchRuntime dispatchRuntime; 30WorkflowRuntime workflowRuntime, DispatchRuntime dispatchRuntime) 73public DispatchRuntime DispatchRuntime