3 writes to CurrentExecutionContext
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
655
CurrentExecutionContext
= null;
840
this.handle.
CurrentExecutionContext
= this.executionContext;
963
this.handle.
CurrentExecutionContext
= this.executionContext;
5 references to CurrentExecutionContext
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstanceHandle.cs (5)
208
Fx.Assert(
CurrentExecutionContext
!= null, "Must have either this or AcquirePending set.");
209
currentContext =
CurrentExecutionContext
;
604
Fx.Assert(
CurrentExecutionContext
!= null, "Should either be acquiring or executing in Prepare.");
626
Fx.Assert(
CurrentExecutionContext
!= null, "Should either be acquiring or executing in RollBack.");
992
Fx.AssertAndThrow(this.handle.
CurrentExecutionContext
== null, "Prepare should have been called first and waited until after command processing.");