2 references to InstanceOwnerIdName
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceLockedException.cs (2)
75
InstanceOwnerId = (Guid)info.GetValue(
InstanceOwnerIdName
, typeof(Guid));
90
info.AddValue(
InstanceOwnerIdName
, InstanceOwnerId, typeof(Guid));