1 reference to Insert
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IList.cs (1)
105void IList<KeyValuePair<string, JsonNode?>>.Insert(int index, KeyValuePair<string, JsonNode?> item) => Insert(index, item.Key, item.Value);