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