1 write to ArgumentTypeName
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
433location.ArgumentTypeName = name;
5 references to ArgumentTypeName
System.Workflow.Runtime (5)
Tracking\TrackingProfileSerializer.cs (5)
395if ((null == location.ActivityType) && ((null == location.ActivityTypeName) || (0 == location.ActivityTypeName.Trim().Length)) && (null == location.ArgumentType) && ((null == location.ArgumentTypeName) || (0 == location.ArgumentTypeName.Trim().Length))) 1123if ((null == loc.ArgumentType) && ((null == loc.ArgumentTypeName) || (0 == loc.ArgumentTypeName.Trim().Length))) 1149writer.WriteElementString("TypeName", loc.ArgumentTypeName);