266 references to Dictionary
Aspire.EndToEnd.Tests (1)
Aspire.Workload.Tests (1)
dotnet-svcutil.xmlserializer (3)
dotnet-svcutil-lib (10)
illink (2)
InMemory.FunctionalTests (1)
Microsoft.AspNetCore.Authentication (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Http.Microbenchmarks (3)
Microsoft.AspNetCore.Identity (1)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
Microsoft.AspNetCore.OpenApi (1)
Microsoft.AspNetCore.Owin (3)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.Build (36)
BackEnd\Components\Scheduler\SchedulingData.cs (12)
24private readonly Dictionary<int, SchedulableRequest> _executingRequests = new Dictionary<int, SchedulableRequest>(32);
29private readonly Dictionary<int, SchedulableRequest> _blockedRequests = new Dictionary<int, SchedulableRequest>(32);
34private readonly Dictionary<int, SchedulableRequest> _yieldingRequests = new Dictionary<int, SchedulableRequest>(32);
39private readonly Dictionary<int, SchedulableRequest> _readyRequests = new Dictionary<int, SchedulableRequest>(32);
50private readonly Dictionary<SchedulableRequest, LinkedListNode<SchedulableRequest>> _unscheduledRequestNodesByRequest = new Dictionary<SchedulableRequest, LinkedListNode<SchedulableRequest>>(32);
59private readonly Dictionary<int, HashSet<SchedulableRequest>> _scheduledRequestsByNode = new Dictionary<int, HashSet<SchedulableRequest>>(32);
64private readonly Dictionary<int, SchedulableRequest> _executingRequestByNode = new Dictionary<int, SchedulableRequest>(32);
69private readonly Dictionary<int, HashSet<SchedulableRequest>> _readyRequestsByNode = new Dictionary<int, HashSet<SchedulableRequest>>(32);
74private readonly Dictionary<int, HashSet<int>> _configurationsByNode = new Dictionary<int, HashSet<int>>(32);
82private readonly Dictionary<int, int> _configurationToNode = new Dictionary<int, int>(32);
87private readonly Dictionary<int, HashSet<SchedulableRequest>> _configurationToRequests = new Dictionary<int, HashSet<SchedulableRequest>>(32);
105private readonly Dictionary<SchedulableRequest, List<SchedulableRequest>> _buildHierarchy = new Dictionary<SchedulableRequest, List<SchedulableRequest>>(32);
Instance\ProjectInstance.cs (4)
2463translator.TranslateDictionary(ref _beforeTargets, TranslatorForTargetSpecificDictionaryKey, TranslatorForTargetSpecificDictionaryValue, count => new Dictionary<string, List<TargetSpecification>>(count));
2464translator.TranslateDictionary(ref _afterTargets, TranslatorForTargetSpecificDictionaryKey, TranslatorForTargetSpecificDictionaryValue, count => new Dictionary<string, List<TargetSpecification>>(count));
3017clone = new Dictionary<string, TValue>(0);
3312var projectItemToInstanceMap = keepEvaluationCache ? new Dictionary<ProjectItem, ProjectItemInstance>(items.Count) : null;
Microsoft.Build.Engine.UnitTests (6)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.Core (2)
Microsoft.CodeAnalysis (13)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Features (7)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.CSharp (2)
Microsoft.Data.Analysis (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.Extensions.Compliance.Redaction (1)
Microsoft.Extensions.Features (1)
Microsoft.Extensions.Logging.Generators (1)
Microsoft.Extensions.Telemetry (1)
Microsoft.Interop.SourceGeneration (1)
Microsoft.Maui.Controls (2)
Microsoft.ML.Core (2)
Microsoft.ML.Data (6)
Microsoft.ML.FastTree (2)
Microsoft.ML.ResultProcessor (2)
Microsoft.ML.StandardTrainers (1)
Microsoft.ML.Tokenizers (4)
Microsoft.NET.StringTools.net35 (1)
Microsoft.VisualStudio.LanguageServices (1)
MSBuild (1)
PresentationCore (14)
PresentationFramework (12)
PresentationUI (1)
ReachFramework (13)
PrintConfig\PrintSchemaShim.cs (8)
520private static readonly IDictionary<DevModeCollate, Collation> dmCollateToQResolution = new Dictionary<DevModeCollate, Collation>(2) {
545private static readonly IDictionary<DevModeColor, OutputColor> dmColorToOutputColor = new Dictionary<DevModeColor, OutputColor>(2) {
578private static readonly IDictionary<DevModeDuplex, Duplexing> dmDuplexToDuplexing = new Dictionary<DevModeDuplex, Duplexing>(3) {
675private static readonly IDictionary<short, InputBin> dmPaperSourceToInputBin = new Dictionary<short, InputBin>(4) {
782private static readonly IDictionary<short, PageMediaSizeName> dmPaperSizeToPageMediaSize = new Dictionary<short, PageMediaSizeName>(101) {
911private static readonly IDictionary<uint, PageMediaType> dmMediaTypeToMediaType = new Dictionary<uint, PageMediaType>(3) {
961private static readonly IDictionary<DevModeOrientation, PageOrientation> dmOrientationToOrientation = new Dictionary<DevModeOrientation, PageOrientation>(2) {
1029private static readonly IDictionary<short, PageQualitativeResolution> dmResToQResolution = new Dictionary<short, PageQualitativeResolution>(4) {
System.ComponentModel.Composition (1)
System.ComponentModel.TypeConverter (4)
System.Configuration.ConfigurationManager (1)
System.Console (1)
System.Data.Common (1)
System.Data.Odbc (3)
System.Drawing.Primitives (1)
System.IO.Packaging (4)
System.Linq.Expressions (2)
System.Net.Http (3)
System.Net.Mail (2)
System.Net.NetworkInformation (1)
System.Net.Ping (2)
System.Net.Primitives (2)
System.Net.Sockets (2)
System.Private.CoreLib (9)
System.Private.DataContractSerialization (4)
System.Private.Xml (13)
System.Reflection.Emit (1)
System.Reflection.Metadata (3)
System.Text.Json (2)
System.Text.RegularExpressions (1)
System.Text.RegularExpressions.Generator (1)
System.Threading.Tasks.Dataflow (1)
System.Windows.Forms (9)
System.Windows.Forms.Design (6)
System.Windows.Forms.Tests (2)
System.Xaml (3)