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