1 write to WorkflowHostType
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
157base.Store.WorkflowHostType = new Guid(HashHelper.ComputeHash(workflowHostTypeBuffer));
5 references to WorkflowHostType
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
90parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.UniqueIdentifier, Value = (base.Store.WorkflowHostType != Guid.Empty) ? base.Store.WorkflowHostType : (object) DBNull.Value });
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
46sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.UniqueIdentifier, Value = base.Store.WorkflowHostType });
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
31if (base.Store.WorkflowHostType == Guid.Empty) 42command.Parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.UniqueIdentifier, Value = base.Store.WorkflowHostType });