14 references to HashSet
illink (1)
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
2056var finishedNodes = new HashSet<ProjectGraphNode>(projectGraph.ProjectNodes.Count);
Microsoft.CodeAnalysis.UnitTests (4)
Collections\List\IEnumerable.Generic.Tests.cs (2)
634HashSet<T> firstValues = new HashSet<T>(count); 635HashSet<T> secondValues = new HashSet<T>(count);
Collections\List\IEnumerable.NonGeneric.Tests.cs (2)
297HashSet<object> firstValues = new HashSet<object>(count); 298HashSet<object> secondValues = new HashSet<object>(count);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
963var syntaxTreesInWorkspaceStates = new HashSet<SyntaxTree>(
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenHashTable.cs (1)
163new HashSet<int>(hashCodes.Length);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
117var filter = new HashSet<object>(attributes.Count);
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1954HashSet<RuntimeType> set = new HashSet<RuntimeType>(pcas.Length);
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DataStore.cs (1)
153HashSet<string> distinctFormats = new(definedCount);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
1012HashSet<string?> usedOids = new HashSet<string?>(CertificateExtensions.Count);
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
986HashSet<Form> processedForms = new(s_forms.Count);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlCommandSet.cs (1)
297HashSet<Control> itemHash = new(sel.Count);