2 writes to _status
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (2)
299set { _status = value; } 320_status = new Nullable<WorkflowStatus>();
1 reference to _status
System.Workflow.Runtime (1)
Tracking\SqlTrackingQuery.cs (1)
298get { return _status; }