2 references to InstanceIdName
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceCommandException.cs (2)
67
InstanceId = (Guid)info.GetValue(
InstanceIdName
, typeof(Guid));
79
info.AddValue(
InstanceIdName
, InstanceId, typeof(Guid));