2 references to RemoveAt
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
725jsonObject.RemoveAt(index);
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IList.cs (1)
108void IList<KeyValuePair<string, JsonNode?>>.RemoveAt(int index) => RemoveAt(index);