4 writes to _argType
System.Workflow.Runtime (4)
Tracking\TrackingLocation.cs (4)
274_argType = argumentType; 279_argType = argumentType; 285_argType = argumentType; 320set { _argType = value; }
3 references to _argType
System.Workflow.Runtime (3)
Tracking\TrackingLocation.cs (3)
319get { return _argType; } 403if (null != _argType) 404return TypeMatch.IsMatch(obj, _argType, _trackDerivedArgs);