1 write to ArgumentTypeName
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
433
location.
ArgumentTypeName
= name;
5 references to ArgumentTypeName
System.Workflow.Runtime (5)
Tracking\TrackingProfileSerializer.cs (5)
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)))
1149
writer.WriteElementString("TypeName", loc.
ArgumentTypeName
);