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