1 reference to RemoveAt
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IList.cs (1)
108void IList<KeyValuePair<string, JsonNode?>>.RemoveAt(int index) => RemoveAt(index);