1 write to InstanceStore
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4473
this.application.
InstanceStore
= this.persistenceManager.InstanceStore;
13 references to InstanceStore
System.Activities (13)
System\Activities\WorkflowApplication.cs (13)
1390
PersistenceManager newManager = new PersistenceManager(this.
InstanceStore
, GetInstanceMetadata(), this.instanceId);
1709
if (this.
InstanceStore
!= null && this.
InstanceStore
!= instance.InstanceStore)
1755
if (this.
InstanceStore
== null)
1782
this.persistenceManager = new PersistenceManager(
InstanceStore
, GetInstanceMetadata());
1813
if (this.
InstanceStore
== null)
2095
if (this.
InstanceStore
== null)
2112
PersistenceManager newManager = new PersistenceManager(
InstanceStore
, GetInstanceMetadata());
2137
if (this.
InstanceStore
== null)
2150
PersistenceManager newManager = new PersistenceManager(this.
InstanceStore
, GetInstanceMetadata(), instanceId);
2192
if (this.
InstanceStore
!= null && this.
InstanceStore
!= instance.InstanceStore)
4471
if (this.application.
InstanceStore
== null)