2 references to new
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
150
:
this
(dictionary?.Count ?? throw new ArgumentNullException(nameof(dictionary)), comparer)
System.Windows.Forms.Design (1)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (1)
866
SortedList<string, ResourceData> cleanedResourceList =
new
(resourceList.Count, StringComparer.InvariantCultureIgnoreCase);