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