1 write to _id
System.Workflow.Runtime (1)
Tracking\SqlTrackingWorkflowInstance.cs (1)
83set { _id = value; }
2 references to _id
System.Workflow.Runtime (2)
Tracking\SqlTrackingWorkflowInstance.cs (2)
82get { return _id; } 766param.Value = _id;