2 references to Insert
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
726
jsonObject.
Insert
(index, key, value);
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IList.cs (1)
105
void IList<KeyValuePair<string, JsonNode?>>.Insert(int index, KeyValuePair<string, JsonNode?> item) =>
Insert
(index, item.Key, item.Value);