30 references to SortedSet
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (1)
34private readonly SortedSet<string> _namespaces = new()
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
57private SortedSet<ProjectDependency> _dependencies = new SortedSet<ProjectDependency>();
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
238_supportedInstructionSets = new SortedSet<string>(); 239_unsupportedInstructionSets = new SortedSet<string>();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
310SortedSet<Utf8String> undefinedSymbolSet = new SortedSet<Utf8String>();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\StringTableBuilder.cs (1)
18private readonly SortedSet<Utf8String> _reservedStrings = new();
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
238_supportedInstructionSets = new SortedSet<string>(); 239_unsupportedInstructionSets = new SortedSet<string>();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
310SortedSet<Utf8String> undefinedSymbolSet = new SortedSet<Utf8String>();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\StringTableBuilder.cs (1)
18private readonly SortedSet<Utf8String> _reservedStrings = new();
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\DiagnosticAnalyzerAPIUsageAnalyzer.cs (2)
118var violatingTypeNamesBuilder = new SortedSet<string>(); 119var violatingUsedTypeNamesBuilder = new SortedSet<string>();
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.FixAllProvider.cs (1)
132var entriesToAdd = new SortedSet<string>();
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
Microsoft.CodeAnalysis.Features (1)
Options\EditorConfig\EditorConfigFileGenerator.cs (1)
66var uniqueEntries = new SortedSet<string>();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
Microsoft.DotNet.Build.Tasks.Packaging (1)
ApplyBaseLine.cs (1)
67baseLineVersions[baseLinePackage.ItemSpec] = versions = new SortedSet<Version>();
Microsoft.ML.AutoML (1)
Sweepers\SmacSweeper.cs (1)
391SortedSet<RunResult> bestK = new SortedSet<RunResult>();
Microsoft.ML.Sweeper (2)
Algorithms\KdoSweeper.cs (1)
428SortedSet<RunResult> bestK = new SortedSet<RunResult>();
Algorithms\SmacSweeper.cs (1)
382SortedSet<RunResult> bestK = new SortedSet<RunResult>();
NuGet.Packaging (1)
PackageCreation\Authoring\PackageBuilder.cs (1)
352SortedSet<string> filesWithoutExtensions = new();
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
78var toVisit = new SortedSet<int>();
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Builder.cs (1)
628var indicesToRemove = new SortedSet<int>();
System\Collections\Immutable\ImmutableArray_1.cs (2)
695var indicesToRemove = new SortedSet<int>(); 995var indicesToRemove = new SortedSet<int>();
System.IO.Packaging (1)
System\IO\Packaging\ZipPackage.cs (1)
177SortedSet<ZipPackagePartPiece> pieceSet = new SortedSet<ZipPackagePartPiece>();