2 writes to _property
System.Workflow.Runtime (2)
Tracking\TrackingCondition.cs (2)
82_property = member; 100set { _property = value; }
2 references to _property
System.Workflow.Runtime (2)
Tracking\TrackingCondition.cs (2)
99get { return _property; } 118object o = PropertyHelper.GetProperty(_property, obj);