2 writes to ActivityType
System.Workflow.Runtime (2)
Tracking\TrackingProfileSerializer.cs (2)
265location.ActivityType = Type.GetType(type, true); 282location.ActivityType = typeof(Activity);
5 references to ActivityType
System.Workflow.Runtime (5)
Tracking\TrackingProfileSerializer.cs (5)
248if (null != location.ActivityType) 280if ((null == location.ActivityType) && (null == location.ActivityTypeName)) 1092if ((null == loc.ActivityType) && ((null == loc.ActivityTypeName) || (0 == loc.ActivityTypeName.Trim().Length))) 1099if (null != loc.ActivityType) 1100writer.WriteElementString("Type", loc.ActivityType.AssemblyQualifiedName);