3 references to new
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\CommonUtility.cs (1)
1694
SortedList<KeyValuePair<int, int>, Framework.ITaskItem> sortedList =
new
(count, ParameterTaskComparer);
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);