1 write to EndpointDispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
465currentOperationContext.EndpointDispatcher = endpoint;
14 references to EndpointDispatcher
System.ServiceModel (6)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
837endpointDispatcher = currentContext.EndpointDispatcher;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
463if (currentOperationContext.EndpointDispatcher == null && this.listener != null)
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (2)
107EndpointDispatcher endpointDispatcher = OperationContext.Current.EndpointDispatcher; 133EndpointDispatcher endpointDispatcher = OperationContext.Current.EndpointDispatcher;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
836ILogonTokenCacheManager logonManager = OperationContext.Current.EndpointDispatcher.ChannelDispatcher.Listener.GetProperty<ILogonTokenCacheManager>(); 837Collection<ISecurityContextSecurityTokenCache> sctCaches = OperationContext.Current.EndpointDispatcher.ChannelDispatcher.Listener.GetProperty<Collection<ISecurityContextSecurityTokenCache>>();
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
55TD.RoutingServiceProcessingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, messageRpc.Message.Headers.Action, messageRpc.OperationContext.EndpointDispatcher.EndpointAddress.Uri.ToString(), (messageRpc.Transaction != null).ToString());
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
36message.Headers.Action, this.messageRpc.OperationContext.EndpointDispatcher.EndpointAddress.Uri.ToString(), messageRpc.Transaction != null ? "True" : "False");
System\ServiceModel\Routing\RoutingService.cs (1)
132ChannelDispatcher channelDispatcher = this.operationContext.EndpointDispatcher.ChannelDispatcher;
System.ServiceModel.Web (2)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
160string endpointId = this.operationContext.EndpointDispatcher.Id;
System\ServiceModel\Web\WebOperationContext.cs (1)
346WebHttpDispatchOperationSelector selector = OperationContext.Current.EndpointDispatcher.DispatchRuntime.OperationSelector as WebHttpDispatchOperationSelector;
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (3)
43OperationContext.Current.EndpointDispatcher != null && 44OperationContext.Current.EndpointDispatcher.DispatchRuntime != null, 48this.concurrencyMode = OperationContext.Current.EndpointDispatcher.DispatchRuntime.ConcurrencyMode;