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