5 references to _dataItemAnnotationBatchSize
System.Workflow.Runtime (5)
Tracking\SqlTrackingService.cs (5)
1828
if (items.Count >
_dataItemAnnotationBatchSize
)
1867
List<long> ids = new List<long>(
_dataItemAnnotationBatchSize
);
1876
List<KeyValuePair<long, string>> annotations = new List<KeyValuePair<long, string>>(
_dataItemAnnotationBatchSize
);
1887
if (annotations.Count ==
_dataItemAnnotationBatchSize
)
1905
if (annotations.Count >
_dataItemAnnotationBatchSize
)