1 write to operationContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
132
this.
operationContext
= OperationContext.Current;
1 reference to operationContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
299
using (OperationContextScope operationScope = new OperationContextScope(this.
operationContext
))