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