2 writes to InstanceKey
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceKeyNotReadyException.cs (2)
45
InstanceKey
= instanceKey;
53
InstanceKey
= guid == Guid.Empty ? null : new InstanceKey(guid);
3 references to InstanceKey
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceKeyNotReadyException.cs (3)
65
info.AddValue(InstanceKeyName, (
InstanceKey
!= null &&
InstanceKey
.IsValid) ?
InstanceKey
.Value : Guid.Empty, typeof(Guid));