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