4 references to ForcePersist
System.Workflow.ComponentModel (4)
AuthoringOM\ActivityExecutionContextCollection.cs (4)
190
childContextInfo.Flags |= PersistFlags.
ForcePersist
;
261
if ((contextInfo.Flags & PersistFlags.
ForcePersist
) != 0)
281
if (completedContextInfo.ContextGuid == contextGuid && ((completedContextInfo.Flags & PersistFlags.
ForcePersist
) != 0))
293
contextInfo.Flags &= ~PersistFlags.
ForcePersist
;