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