4 writes to _argName
System.Workflow.Runtime (4)
Tracking\TrackingLocation.cs (4)
291_argName = argumentTypeName; 296_argName = argumentTypeName; 302_argName = argumentTypeName; 326set { _argName = value; }
2 references to _argName
System.Workflow.Runtime (2)
Tracking\TrackingLocation.cs (2)
325get { return _argName; } 406return TypeMatch.IsMatch(obj, _argName, _trackDerivedArgs);