44 references to SortedDictionary
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
160var percentiles = new SortedDictionary<int, (string Name, double? Value, ValueDirectionChange Direction)>();
dotnet-svcutil-lib (3)
Shared\MSBuildProj.cs (1)
60public SortedDictionary<string, string> _resolvedProperties = new SortedDictionary<string, string>();
Shared\Options\ApplicationOptions.cs (1)
52this.PropertyBag = new SortedDictionary<string, OptionBase>();
Shared\TargetFrameworkHelper.cs (1)
21internal static SortedDictionary<string, List<ProjectDependency>> NetCoreVersionReferenceTable = new SortedDictionary<string, List<ProjectDependency>>
ILCompiler.Compiler (5)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
79private readonly SortedDictionary<uint, List<ushort>> _baseRelocMap = new();
src\runtime\src\coreclr\tools\Common\Compiler\Win32Resources\ResourceData.cs (1)
197SortedDictionary<string, List<ObjectDataBuilder.Reservation>> nameTable = new SortedDictionary<string, List<ObjectDataBuilder.Reservation>>();
src\runtime\src\coreclr\tools\Common\Compiler\Win32Resources\ResourceData.ResourcesDataModel.cs (3)
15private readonly SortedDictionary<ushort, ResType> _resTypeHeadID = new SortedDictionary<ushort, ResType>(); 31public SortedDictionary<ushort, ResLanguage> Languages = new SortedDictionary<ushort, ResLanguage>(); 37public SortedDictionary<ushort, ResName> NameHeadID = new SortedDictionary<ushort, ResName>();
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
79private readonly SortedDictionary<uint, List<ushort>> _baseRelocMap = new();
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
754SortedDictionary<uint, List<ushort>> _baseRelocMap = new();
src\runtime\src\coreclr\tools\Common\Compiler\Win32Resources\ResourceData.cs (1)
197SortedDictionary<string, List<ObjectDataBuilder.Reservation>> nameTable = new SortedDictionary<string, List<ObjectDataBuilder.Reservation>>();
src\runtime\src\coreclr\tools\Common\Compiler\Win32Resources\ResourceData.ResourcesDataModel.cs (3)
15private readonly SortedDictionary<ushort, ResType> _resTypeHeadID = new SortedDictionary<ushort, ResType>(); 31public SortedDictionary<ushort, ResLanguage> Languages = new SortedDictionary<ushort, ResLanguage>(); 37public SortedDictionary<ushort, ResName> NameHeadID = new SortedDictionary<ushort, ResName>();
Microsoft.Build (1)
Definition\Toolset.cs (1)
444SortedDictionary<Version, string> subToolsetsWithVersion = new SortedDictionary<Version, string>();
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.SnapshotManager.cs (1)
160private readonly SortedDictionary<int, Snapshot> _incrementalSnapshots = new SortedDictionary<int, Snapshot>();
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Configuration\ConfigureSeverity\ConfigureSeverityLevelCodeFixProvider.cs (1)
56var analyzerDiagnosticsByCategory = new SortedDictionary<string, ArrayBuilder<Diagnostic>>();
CodeFixes\Service\CodeFixService.cs (4)
125var spanToErrorDiagnostics = new SortedDictionary<TextSpan, List<DiagnosticData>>(); 126var spanToOtherDiagnostics = new SortedDictionary<TextSpan, List<DiagnosticData>>(); 267var spanToDiagnostics = new SortedDictionary<TextSpan, List<DiagnosticData>>(); 316var spanToDiagnostics = new SortedDictionary<TextSpan, List<DiagnosticData>>
ExtractMethod\MethodExtractor.Analyzer.cs (1)
126var sortedMap = new SortedDictionary<int, ITypeParameterSymbol>();
Microsoft.DotNet.Build.Manifest (1)
VersionIdentifier.cs (1)
27new SortedDictionary<string, string>
Microsoft.DotNet.Build.Tasks.Packaging (5)
PackageIndex.cs (5)
24public SortedDictionary<string, PackageInfo> Packages { get; set; } = new SortedDictionary<string, PackageInfo>(); 26public SortedDictionary<string, string> ModulesToPackages { get; set; } = new SortedDictionary<string, string>(); 388public SortedDictionary<Version, Version> AssemblyVersionInPackageVersion { get; set; } = new SortedDictionary<Version, Version>(); 490private SortedDictionary<string, SortedDictionary<Version, Version>> inboxVersions = new SortedDictionary<string, SortedDictionary<Version, Version>>(); 503inboxVersions[frameworkKey] = mappings = new SortedDictionary<Version, Version>();
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
835Value: new() { [1] = "one", [2] = "two", [3] = "three" },
Microsoft.ML.TimeSeries (2)
RootCauseAnalyzer.cs (2)
250SortedDictionary<BestDimension, double> entropyGainMap = new SortedDictionary<BestDimension, double>(); 292SortedDictionary<BestDimension, double> entropyMap = new SortedDictionary<BestDimension, double>();
Microsoft.ML.Tokenizers (2)
Model\BPETokenizer.cs (1)
345VocabReverse = new();
Utils\TokenizerExtensions.cs (1)
51SortedDictionary<TValue, TKey> dictionary = new SortedDictionary<TValue, TKey>();
Microsoft.NET.HostModel (4)
src\runtime\src\coreclr\tools\Common\Compiler\Win32Resources\ResourceData.cs (1)
197SortedDictionary<string, List<ObjectDataBuilder.Reservation>> nameTable = new SortedDictionary<string, List<ObjectDataBuilder.Reservation>>();
src\runtime\src\coreclr\tools\Common\Compiler\Win32Resources\ResourceData.ResourcesDataModel.cs (3)
15private readonly SortedDictionary<ushort, ResType> _resTypeHeadID = new SortedDictionary<ushort, ResType>(); 31public SortedDictionary<ushort, ResLanguage> Languages = new SortedDictionary<ushort, ResLanguage>(); 37public SortedDictionary<ushort, ResName> NameHeadID = new SortedDictionary<ushort, ResName>();
NuGet.Protocol (2)
RemoteRepositories\PluginFindPackageByIdResource.cs (2)
442return new SortedDictionary<NuGetVersion, PackageInfo>(); 461var results = new SortedDictionary<NuGetVersion, PackageInfo>();
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
835Value: new() { [1] = "one", [2] = "two", [3] = "three" },
System.IO.Packaging (1)
System\IO\Packaging\ZipPackage.cs (1)
1063contentTypeStreamPieces ??= new SortedDictionary<ZipPackagePartPiece, ZipArchiveEntry>();
System.Speech (2)
Internal\GrammarBuilding\BuilderElements.cs (1)
64SortedDictionary<int, Collection<BuilderElements?>> dict = new();
Internal\SrgsCompiler\BackEnd.cs (1)
815SortedDictionary<int, Rule> ruleFirstArcs = new();