Implemented interface member:
method
Add
System.Collections.Generic.IDictionary<TKey, TValue>.Add(TKey, TValue)
27 references to Add
Aspire.Dashboard (2)
Components\Controls\Chart\MetricTable.razor.cs (2)
156newMetrics.Add(xValue, CreateHistogramMetricView()); 191newMetrics.Add(xValue, CreateMetricView());
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
25_names.Add(identifier, identifier);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (4)
740policyKeys.Add(key, key); 759policyKeys.Add(key, key); 777policyKeys.Add(key, key); 792policyKeys.Add(key, key);
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
299rulesMetadata.Add(assemblyName, assemblyRulesMetadata);
ILCompiler.Compiler (1)
Compiler\Disassembler.cs (1)
28sortedRelocs.Add(reloc.Offset, reloc);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
107_wildcardPrefixOptions.Add(name.Substring(1), sniOptions);
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
817cleanedResourceList.Add(key, value);
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
240sortedTransUnits.Add(transUnit.GetId(), transUnit);
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
98availableBuffers.Add(buffer.Length, buffers);
Microsoft.ML.Sweeper (4)
Algorithms\NelderMead.cs (4)
141_simplexVertices.Add(run, ParameterSetAsFloatArray(run.ParameterSet)); 304_simplexVertices.Add(newVertexResult, newVertex); 353newSimplexVertices.Add(result.Key, result.Value); 354newSimplexVertices.Add(_best.Key, _best.Value);
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\CommonUtility.cs (1)
1703sortedList.Add(new KeyValuePair<int, int>(iPriority, i), iTaskItem);
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
127projectProvidedRuntimeIdentifierGraphs.Add(runtimeGraphPath, projectProviderRuntimeGraph);
PresentationFramework (2)
System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
217Changes.Add(offset, change); 338newChanges.Add(curChange.Offset, curChange);
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
191Add(keyValuePair.Key, keyValuePair.Value); 278Add((TKey)key, (TValue)value!);
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (2)
976_partList.Add(partUri, part!); 1216_partList.Add(keyValue.Key, keyValue.Value);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionList.cs (2)
47items.Add(info.Name, new DesignerActionMethodItem(this, info.Name, dispName, cat, desc)); 61items.Add(dispName, new DesignerActionPropertyItem(info.Name, dispName, cat, desc));