2 references to ConflictingInstanceIdName
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceKeyCollisionException.cs (2)
54
ConflictingInstanceId = (Guid)info.GetValue(
ConflictingInstanceIdName
, typeof(Guid));
70
info.AddValue(
ConflictingInstanceIdName
, ConflictingInstanceId, typeof(Guid));