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