1 write to InstanceId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
495
InstanceId
= instanceLockTracking.InstanceId,
1 reference to InstanceId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
36
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@instanceId", SqlDbType = SqlDbType.UniqueIdentifier, Value = unlockCommand.
InstanceId
});