4 writes to InstanceId
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstancePersistenceCommandException.cs (4)
38InstanceId = instanceId; 54InstanceId = instanceId; 60InstanceId = instanceId; 67InstanceId = (Guid)info.GetValue(InstanceIdName, typeof(Guid));
2 references to InstanceId
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
219thisPtr.InstancePersistenceContext.BindInstance(alreadyLockedException.InstanceId);
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceCommandException.cs (1)
79info.AddValue(InstanceIdName, InstanceId, typeof(Guid));