2 writes to operationContext
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (2)
50this.operationContext = OperationContext.Current; 177this.operationContext = current;
2 references to operationContext
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (2)
147OperationContext.Current = this.operationContext; 176OperationContext.Current = this.operationContext;