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