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