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