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