9 references to HasPersistenceProvider
System.Activities (9)
System\Activities\WorkflowApplication.cs (9)
2286
if (
HasPersistenceProvider
)
2321
if (
HasPersistenceProvider
)
2394
if (
HasPersistenceProvider
&& this.persistenceManager.OwnerWasCreated)
2936
if (!
HasPersistenceProvider
)
3591
if (this.instance.
HasPersistenceProvider
&& !this.instance.persistenceManager.IsInitialized)
3612
if (this.instance.
HasPersistenceProvider
&& !this.instance.persistenceManager.IsLocked && this.dependentTransaction != null)
3648
if (this.instance.
HasPersistenceProvider
)
3708
if (this.instance.
HasPersistenceProvider
)
3867
if (this.instance.
HasPersistenceProvider
&& this.instance.persistenceManager.OwnerWasCreated &&