2 references to _activityEventBatchSize
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
1006
if (
_activityEventBatchSize
== activities.Count)
1530
if (activities.Count >
_activityEventBatchSize
)