4 references to IsLocked
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
2292
if (!this.persistenceManager.
IsLocked
&& Transaction.Current != null)
3612
if (this.instance.HasPersistenceProvider && !this.instance.persistenceManager.
IsLocked
&& this.dependentTransaction != null)
5811
Fx.Assert(!
IsLocked
, "We are already ready for persistence; why are we being called?");
5824
Fx.Assert(!
IsLocked
, "We are already ready for persistence; why are we being called?");