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