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