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