4 references to _eventAnnotationBatchSize
System.Workflow.Runtime (4)
Tracking\SqlTrackingService.cs (4)
1938if (annotations.Count <= _eventAnnotationBatchSize) 1945List<KeyValuePair<long, string>> batch = new List<KeyValuePair<long, string>>(_eventAnnotationBatchSize); 1949if (batch.Count == _eventAnnotationBatchSize) 1968if (annotations.Count > _eventAnnotationBatchSize)