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