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