1 write to operationContext
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
54this.operationContext = OperationContext.Current;
4 references to operationContext
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\RoutingService.cs (4)
57this.eventTraceActivity = EventTraceActivityHelper.TryExtractActivity(this.operationContext.IncomingMessage); 60IContextChannel channel = this.operationContext.Channel; 62ServiceHostBase host = this.operationContext.Host; 132ChannelDispatcher channelDispatcher = this.operationContext.EndpointDispatcher.ChannelDispatcher;