1 write to WorkflowHostType
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
157
base.Store.
WorkflowHostType
= new Guid(HashHelper.ComputeHash(workflowHostTypeBuffer));
5 references to WorkflowHostType
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (2)
90
parameters.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)
46
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.UniqueIdentifier, Value = base.Store.
WorkflowHostType
});
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
31
if (base.Store.
WorkflowHostType
== Guid.Empty)
42
command.Parameters.Add(new SqlParameter { ParameterName = "@workflowHostType", SqlDbType = SqlDbType.UniqueIdentifier, Value = base.Store.
WorkflowHostType
});