3 writes to ActivityType
System.Workflow.Runtime (3)
Tracking\TrackingProfileSerializer.cs (3)
385
location.
ActivityType
= typeof(Activity);
404
location.
ActivityType
= typeof(Activity);
410
location.
ActivityType
= Type.GetType(type, true);
4 references to ActivityType
System.Workflow.Runtime (4)
Tracking\TrackingProfileSerializer.cs (4)
395
if ((null == location.
ActivityType
) && ((null == location.ActivityTypeName) || (0 == location.ActivityTypeName.Trim().Length)) && (null == location.ArgumentType) && ((null == location.ArgumentTypeName) || (0 == location.ArgumentTypeName.Trim().Length)))
1120
if ((null == loc.
ActivityType
) && ((null == loc.ActivityTypeName) || (0 == loc.ActivityTypeName.Trim().Length)))
1131
if (null != loc.
ActivityType
)
1132
writer.WriteElementString("Type", loc.
ActivityType
.AssemblyQualifiedName);