2 references to MinimalNonEmptySize
Microsoft.CodeAnalysis (2)
InternalUtilities\WeakList.cs (2)
28
Debug.Assert(_items.Length == 0 || _items.Length >=
MinimalNonEmptySize
);
91
return Math.Max((baseSize * 2) + 1,
MinimalNonEmptySize
);