2 references to DefaultCapacity
System.Core (2)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (2)
84
_items = new T[
DefaultCapacity
];
430
int newCapacity =
DefaultCapacity
;