Implemented interface member:
3 references to Count
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.cs (1)
396return $"JsonObject[{jsonObject.Count}]";
System\Text\Json\Nodes\JsonObject.cs (2)
270DebugViewProperty[] properties = new DebugViewProperty[_node.Count]; 310return $"{PropertyName} = JsonObject[{jsonObject.Count}]";