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)
150newMetrics.Add(xValue, CreateHistogramMetricView()); 185newMetrics.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);
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)
781cleanedResourceList.Add(key, value);
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (4)
ObjectFormatterTests.cs (4)
633obj.Add(3, 4); 634obj.Add(1, 5); 635obj.Add(2, 6); 641obj2.Add(new[] { 3 }, new int[] { 4 });
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);
PresentationFramework (2)
System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
219Changes.Add(offset, change); 340newChanges.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)
982_partList.Add(partUri, part!); 1222_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));