47 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)
55private SortedSet<ProjectDependency> _dependencies = new SortedSet<ProjectDependency>();
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
79var toVisit = new SortedSet<int>();
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (14)
Diagnostics\DiagnosticAnalyzerTests.cs (14)
1709var sortedCallbackSymbolNames = new SortedSet<string>(); 1710var sortedCallbackTreePaths = new SortedSet<string>(); 1711var sortedCallbackSyntaxNodeNames = new SortedSet<string>(); 1712var sortedCallbackOperationNames = new SortedSet<string>(); 1713var sortedCallbackSemanticModelPaths = new SortedSet<string>(); 1714var sortedCallbackSymbolStartNames = new SortedSet<string>(); 1715var sortedCallbackSymbolEndNames = new SortedSet<string>(); 1716var sortedCallbackOperationBlockStartNames = new SortedSet<string>(); 1717var sortedCallbackOperationBlockEndNames = new SortedSet<string>(); 1718var sortedCallbackOperationBlockNames = new SortedSet<string>(); 1719var sortedCallbackCodeBlockStartNames = new SortedSet<string>(); 1720var sortedCallbackCodeBlockEndNames = new SortedSet<string>(); 1721var sortedCallbackCodeBlockNames = new SortedSet<string>(); 2320var sortedCallbackEntityNames = new SortedSet<string>();
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
ObjectFormatterTests.cs (1)
677var obj = new SortedSet<int>();
Microsoft.CodeAnalysis.Features (1)
Options\EditorConfig\EditorConfigFileGenerator.cs (1)
63var uniqueEntries = new SortedSet<string>();
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServer\Handler\Restore\RestorableProjectsHandler.cs (1)
37var projects = new SortedSet<string>();
Microsoft.CodeAnalysis.Test.Utilities (16)
Diagnostics\CommonDiagnosticAnalyzers.cs (13)
1532var sortedCallbackSymbolNames = new SortedSet<string>(); 1533var sortedCallbackTreePaths = new SortedSet<string>(); 1546var sortedCallbackSyntaxNodeNames = new SortedSet<string>(); 1547var sortedCallbackOperationNames = new SortedSet<string>(); 1548var sortedCallbackSemanticModelPaths = new SortedSet<string>(); 1549var sortedCallbackSymbolStartNames = new SortedSet<string>(); 1550var sortedCallbackSymbolEndNames = new SortedSet<string>(); 1551var sortedCallbackOperationBlockStartNames = new SortedSet<string>(); 1552var sortedCallbackOperationBlockEndNames = new SortedSet<string>(); 1553var sortedCallbackOperationBlockNames = new SortedSet<string>(); 1554var sortedCallbackCodeBlockStartNames = new SortedSet<string>(); 1555var sortedCallbackCodeBlockEndNames = new SortedSet<string>(); 1556var sortedCallbackCodeBlockNames = new SortedSet<string>();
Platform\CoreClr\TestExecutionLoadContext.cs (1)
99var signatures = new SortedSet<string>();
Platform\Custom\MetadataSignatureHelper.cs (1)
717var candidates = new SortedSet<string>();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
79var toVisit = new SortedSet<int>();
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
79var toVisit = new SortedSet<int>();
Microsoft.DotNet.Build.Tasks.Packaging (1)
ApplyBaseLine.cs (1)
67baseLineVersions[baseLinePackage.ItemSpec] = versions = new SortedSet<Version>();
Microsoft.DotNet.XUnitAssert.Tests (2)
EqualityAssertsTests.cs (2)
425 var actual = new SortedSet<string> { "foo", "bar" }; 991 var actual = new SortedSet<string> { "foo", "baz" };
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>();
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Builder.cs (1)
626var 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>();