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