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