2 writes to instanceStore
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
151this.instanceStore = value; 1729this.instanceStore = instance.InstanceStore;
4 references to instanceStore
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
146return this.instanceStore; 628if (this.persistenceManager == null && this.instanceStore != null) 631this.persistenceManager = new PersistenceManager(this.instanceStore, GetInstanceMetadata(), this.Id); 1727if (this.instanceStore == null)