2 references to InstanceOwnerIdName
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceOwnerException.cs (2)
51
InstanceOwnerId = (Guid)info.GetValue(
InstanceOwnerIdName
, typeof(Guid));
63
info.AddValue(
InstanceOwnerIdName
, InstanceOwnerId, typeof(Guid));