1 write to LargeThreshold
HelixTestTasks (1)
GroupWorkItems.cs (1)
44LargeThreshold = 52428800L;
3 references to LargeThreshold
HelixTestTasks (3)
GroupWorkItems.cs (3)
14/// Items exceeding <see cref="LargeThreshold"/>, or whose file name (without 43if (LargeThreshold <= 0) 74if (entry.size > LargeThreshold || soloNames.Contains(NormalizeWorkItemName(entry.item.ItemSpec)))