2 references to InstanceKeyName
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceKeyCollisionException.cs (2)
55
Guid guid = (Guid)info.GetValue(
InstanceKeyName
, typeof(Guid));
71
info.AddValue(
InstanceKeyName
, (InstanceKey != null && InstanceKey.IsValid) ? InstanceKey.Value : Guid.Empty, typeof(Guid));