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