3 references to SetAt
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
303
SetAt
(index, tpair.Key, tpair.Value);
353
set =>
SetAt
(index, value.Key, value.Value);
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IList.cs (1)
33
dictionary.
SetAt
(index, propertyName, value);