3 writes to ArgumentType
System.Workflow.Runtime (3)
Tracking\TrackingProfileSerializer.cs (3)
391location.ArgumentType = typeof(object); 425location.ArgumentType = typeof(object); 431location.ArgumentType = Type.GetType(type, true);
4 references to ArgumentType
System.Workflow.Runtime (4)
Tracking\TrackingProfileSerializer.cs (4)
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))) 1146if (null != loc.ArgumentType) 1147writer.WriteElementString("Type", loc.ArgumentType.AssemblyQualifiedName);