8 references to Annotations
System.Workflow.Runtime (8)
Tracking\PropertyHelper.cs (3)
39
item.
Annotations
.Add(s);
187
data.
Annotations
.Add(s);
213
data.
Annotations
.Add(s);
Tracking\SqlTrackingService.cs (3)
1884
foreach (string s in item.
Annotations
)
2425
s.
Annotations
.AddRange(item.
Annotations
);
Tracking\SqlTrackingWorkflowInstance.cs (2)
314
item.
Annotations
.Add(annotation);
461
item.
Annotations
.Add(annotation);