23 references to SortedSet
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Microsoft.AspNetCore.HttpLogging (1)
W3CLoggerOptions.cs (1)
115
public ISet<string> AdditionalRequestHeaders { get; } = new
SortedSet
<string>(StringComparer.OrdinalIgnoreCase);
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelectionTable.cs (1)
113
var routeKeys = new
SortedSet
<string>(StringComparer.OrdinalIgnoreCase);
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\TlsListener.cs (1)
91
var oldestTimestamps = new
SortedSet
<KeyValuePair<ulong, DateTimeOffset>>(TimeComparer.Instance);
Microsoft.Build (2)
Evaluation\Expander.cs (1)
2475
SortedSet<string> directories = new
SortedSet
<string>(StringComparer.OrdinalIgnoreCase);
Graph\ProjectGraph.cs (1)
757
var seenTargets = new
SortedSet
<string>(StringComparer.OrdinalIgnoreCase);
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Microsoft.CodeAnalysis.UnitTests (1)
Collections\List\TestBase.Generic.cs (1)
276
SortedSet<T> set = new
SortedSet
<T>(GetIComparer());
Microsoft.DotNet.XliffTasks (1)
Tasks\EnsureAllResourcesTranslated.cs (1)
26
SortedSet<string> untranslatedResourceSet =
new
(StringComparer.Ordinal);
Microsoft.ML.Sweeper (1)
Algorithms\KdoSweeper.cs (1)
105
_alreadySeenConfigs = new
SortedSet
<float[]>(new FloatArrayComparer());
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
2444
var importList = new
SortedSet
<string>(StringComparer.Ordinal);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
2237
var importList = new
SortedSet
<string>(StringComparer.OrdinalIgnoreCase);
System.Collections (3)
System\Collections\Generic\SortedDictionary.cs (1)
886
public TreeSet(IComparer<T>? comparer) :
base
(comparer) { }
System\Collections\Generic\SortedSet.cs (1)
85
:
this
(comparer)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
39
:
base
(Underlying.Comparer)
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
24
:
base
(comparer)