2 references to CommandNameName
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceException.cs (2)
58
CommandName = info.GetValue(
CommandNameName
, typeof(XName)) as XName;
70
info.AddValue(
CommandNameName
, CommandName, typeof(XName));