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