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