2 references to GetAt
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.cs (1)
80
private protected override JsonNode? GetItem(int index) =>
GetAt
(index).Value;
System\Text\Json\Nodes\JsonObject.IList.cs (1)
97
get =>
GetAt
(index);