4 references to Active
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
764Fx.AssertAndThrow(Active, "RequireTransaction called when no command is active."); 776Fx.AssertAndThrow(!Active, "Prior use not yet complete!"); 895if (!Active) 1599Fx.AssertAndThrowFatal(this.context.Active, "Out-of-sync between InstanceExecutionContext and ExecutionAsyncResult.");