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)
150
newMetrics.
Add
(xValue, CreateHistogramMetricView());
185
newMetrics.
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)
740
policyKeys.
Add
(key, key);
759
policyKeys.
Add
(key, key);
777
policyKeys.
Add
(key, key);
792
policyKeys.
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)
781
cleanedResourceList.
Add
(key, value);
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (4)
ObjectFormatterTests.cs (4)
633
obj.
Add
(3, 4);
634
obj.
Add
(1, 5);
635
obj.
Add
(2, 6);
641
obj2.
Add
(new[] { 3 }, new int[] { 4 });
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
240
sortedTransUnits.
Add
(transUnit.GetId(), transUnit);
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
98
availableBuffers.
Add
(buffer.Length, buffers);
Microsoft.ML.Sweeper (4)
Algorithms\NelderMead.cs (4)
141
_simplexVertices.
Add
(run, ParameterSetAsFloatArray(run.ParameterSet));
304
_simplexVertices.
Add
(newVertexResult, newVertex);
353
newSimplexVertices.
Add
(result.Key, result.Value);
354
newSimplexVertices.
Add
(_best.Key, _best.Value);
PresentationFramework (2)
System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
219
Changes.
Add
(offset, change);
340
newChanges.
Add
(curChange.Offset, curChange);
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
191
Add
(keyValuePair.Key, keyValuePair.Value);
278
Add
((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)
47
items.
Add
(info.Name, new DesignerActionMethodItem(this, info.Name, dispName, cat, desc));
61
items.
Add
(dispName, new DesignerActionPropertyItem(info.Name, dispName, cat, desc));