3 writes to hasPersistenceModule
System.Activities (3)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (3)
42this.hasPersistenceModule = extensionManager.HasSingletonPersistenceModule; 177this.hasPersistenceModule = true; 182WorkflowInstanceExtensionManager.AddExtensionClosure(newExtension, ref this.additionalInstanceExtensions, ref this.hasTrackingParticipant, ref this.hasPersistenceModule);
2 references to hasPersistenceModule
System.Activities (2)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (2)
175if (!this.hasPersistenceModule && extensionProvider.IsMatch<IPersistencePipelineModule>(newExtension)) 189return this.hasPersistenceModule;