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