2 writes to StateId
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
998item.StateId = contextGuid; 1058item.StateId = ((ActivityExecutionContextInfo)completedScopeActivity.GetValue(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
1 reference to StateId
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
1119persistenceDBAccessor.InsertCompletedScope(item.InstanceId, item.StateId, item.SerializedActivity);