2 writes to InstanceOwnerId
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceLockedException.cs (2)
63InstanceOwnerId = instanceOwnerId; 75InstanceOwnerId = (Guid)info.GetValue(InstanceOwnerIdName, typeof(Guid));
1 reference to InstanceOwnerId
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceLockedException.cs (1)
90info.AddValue(InstanceOwnerIdName, InstanceOwnerId, typeof(Guid));