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