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