305 references to Dictionary
Aspire.EndToEnd.Tests (1)
Aspire.Templates.Tests (1)
dotnet-svcutil.xmlserializer (3)
dotnet-svcutil-lib (10)
GenerateDocumentationAndConfigFiles (2)
illink (2)
InMemory.FunctionalTests (1)
Metrics (2)
Metrics.Legacy (2)
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 (35)
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)
2545translator.TranslateDictionary(ref _beforeTargets, TranslatorForTargetSpecificDictionaryKey, TranslatorForTargetSpecificDictionaryValue, count => new Dictionary<string, List<TargetSpecification>>(count));
2546translator.TranslateDictionary(ref _afterTargets, TranslatorForTargetSpecificDictionaryKey, TranslatorForTargetSpecificDictionaryValue, count => new Dictionary<string, List<TargetSpecification>>(count));
3104clone = new Dictionary<string, TValue>(0);
3400var projectItemToInstanceMap = keepEvaluationCache ? new Dictionary<ProjectItem, ProjectItemInstance>(items.Count) : null;
Microsoft.Build.Engine.UnitTests (6)
Microsoft.Build.Framework (4)
Microsoft.Build.Tasks.Core (2)
Microsoft.CodeAnalysis (13)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Features (7)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.CSharp (2)
Microsoft.Data.Analysis (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.Compliance.Redaction (1)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.Extensions.Features (1)
Microsoft.Extensions.Logging.Generators (1)
Microsoft.Extensions.Telemetry (1)
Microsoft.Interop.SourceGeneration (1)
Microsoft.Maui (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 (5)
Microsoft.NET.StringTools.net35 (1)
Microsoft.VisualStudio.LanguageServices (1)
MSBuild (1)
MSBuildTaskHost (2)
PresentationCore (14)
PresentationFramework (16)
PresentationUI (1)
ReachFramework (13)
PrintConfig\PrintSchemaShim.cs (8)
519private static readonly IDictionary<DevModeCollate, Collation> dmCollateToQResolution = new Dictionary<DevModeCollate, Collation>(2) {
544private static readonly IDictionary<DevModeColor, OutputColor> dmColorToOutputColor = new Dictionary<DevModeColor, OutputColor>(2) {
577private static readonly IDictionary<DevModeDuplex, Duplexing> dmDuplexToDuplexing = new Dictionary<DevModeDuplex, Duplexing>(3) {
674private static readonly IDictionary<short, InputBin> dmPaperSourceToInputBin = new Dictionary<short, InputBin>(4) {
781private static readonly IDictionary<short, PageMediaSizeName> dmPaperSizeToPageMediaSize = new Dictionary<short, PageMediaSizeName>(101) {
910private static readonly IDictionary<uint, PageMediaType> dmMediaTypeToMediaType = new Dictionary<uint, PageMediaType>(3) {
960private static readonly IDictionary<DevModeOrientation, PageOrientation> dmOrientationToOrientation = new Dictionary<DevModeOrientation, PageOrientation>(2) {
1028private static readonly IDictionary<short, PageQualitativeResolution> dmResToQResolution = new Dictionary<short, PageQualitativeResolution>(4) {
Roslyn.Diagnostics.Analyzers (2)
Shared (1)
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.NetworkInformation (1)
System.Net.Ping (2)
System.Net.Primitives (2)
System.Net.Sockets (2)
System.Private.CoreLib (12)
System.Private.DataContractSerialization (4)
System.Private.Xml (13)
System.Reflection.Emit (1)
System.Reflection.Metadata (3)
System.Text.Json (3)
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)
Test.Utilities (2)
Text.Analyzers (2)