1 write to context
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
433this.context = value;
4 references to context
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (4)
414if (this.context == null) 418if (this.context == null) 424Fx.Assert(this.context != null, "Context cannot be null at this point"); 425return this.context;