2 references to GetExpandedSize
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\WeakList.cs (2)
55var newItems = new WeakReference<T>[GetExpandedSize(_items.Length)]; 81int newSize = GetExpandedSize(alive);