Implemented interface members:

property
this
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.this[TKey]

property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
175 writes to
Aspire.Dashboard (5)
Aspire.Hosting (2)
BasicTestApp (18)
InteropTest\JavaScriptInterop.cs (18)
30Invocations[nameof(VoidParameterless)] = new object[0];
36Invocations[nameof(VoidWithOneParameter)] = new object[] { parameter1 };
44Invocations[nameof(VoidWithTwoParameters)] = new object[] { parameter1, parameter2 };
53Invocations[nameof(VoidWithThreeParameters)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue() };
63Invocations[nameof(VoidWithFourParameters)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4 };
74Invocations[nameof(VoidWithFiveParameters)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5 };
86Invocations[nameof(VoidWithSixParameters)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5, parameter6 };
99Invocations[nameof(VoidWithSevenParameters)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5, parameter6, parameter7 };
113Invocations[nameof(VoidWithEightParameters)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5, parameter6, parameter7, parameter8 };
206Invocations[nameof(VoidParameterlessAsync)] = new object[0];
213Invocations[nameof(VoidWithOneParameterAsync)] = new object[] { parameter1 };
222Invocations[nameof(VoidWithTwoParametersAsync)] = new object[] { parameter1, parameter2 };
232Invocations[nameof(VoidWithThreeParametersAsync)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue() };
243Invocations[nameof(VoidWithFourParametersAsync)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4 };
255Invocations[nameof(VoidWithFiveParametersAsync)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5 };
268Invocations[nameof(VoidWithSixParametersAsync)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5, parameter6 };
282Invocations[nameof(VoidWithSevenParametersAsync)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5, parameter6, parameter7 };
297Invocations[nameof(VoidWithEightParametersAsync)] = new object[] { parameter1, parameter2, parameter3.Value.GetNonSerializedValue(), parameter4, parameter5, parameter6, parameter7, parameter8 };
InMemory.FunctionalTests (8)
JwtClientSample (2)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Authorization (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Forms (3)
Microsoft.AspNetCore.Components.Web (2)
Microsoft.AspNetCore.Grpc.JsonTranscoding (4)
Microsoft.AspNetCore.Grpc.Swagger (4)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Build (16)
Microsoft.Build.Tasks.Core (2)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.Core (3)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenStream.Changes.cs (1)
33map[key] = triviaInfo;
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.Features (2)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Microsoft.CodeAnalysis.Features (9)
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces (8)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TokenStream.Changes.cs (1)
33map[key] = triviaInfo;
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.Caching.Hybrid (4)
Microsoft.Extensions.DependencyInjection (6)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Extensions.Http.Resilience (1)
Microsoft.Extensions.Localization (1)
Microsoft.Extensions.Logging (1)
Microsoft.JSInterop (3)
Microsoft.Maui (2)
Microsoft.Maui.Controls (3)
Microsoft.ML.Core.Tests (1)
Microsoft.ML.Ensemble (1)
Microsoft.ML.FastTree (1)
Microsoft.VisualStudio.LanguageServices (2)
Microsoft.VisualStudio.LanguageServices.DevKit (2)
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Roslyn.Diagnostics.Analyzers (2)
System.ComponentModel.TypeConverter (5)
System.Data.Common (2)
System.Net.Http (1)
System.Net.Requests (1)
System.Net.Security (2)
System.Security.Cryptography (3)
System.Text.Json (2)
System.Windows.Forms (6)
xunit.console (2)
65 references to
Aspire.Dashboard (2)
Aspire.Hosting (1)
InMemory.FunctionalTests (27)
JwtClientSample (1)
Microsoft.Build (1)
Microsoft.Build.Engine.UnitTests (4)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.Extensions.Logging.Console (4)
Microsoft.Extensions.ML (2)
Microsoft.ML.Core (1)
Microsoft.ML.Core.Tests (2)
Microsoft.ML.Data (1)
Microsoft.ML.Ensemble (2)
Microsoft.ML.IntegrationTests (1)
PresentationFramework (3)
System.Windows.Forms (1)
System.Xaml (2)