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