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