11 references to Threshold
Microsoft.CodeAnalysis.CodeStyle (11)
Extensions.cs (11)
104if (sb.Capacity > Threshold) 106sb.Capacity = Threshold; 122if (count > Threshold) 136if (set.Count > Threshold) 156if (count > Threshold) 170if (stack.Count > Threshold) 190if (count > Threshold) 207if (map.Count > Threshold) 224if (map.Count > Threshold) 243if (list.Capacity > Threshold) 245list.Capacity = Threshold;