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