2 references to GetPropertyCount
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (2)
1326
int count = element1.
GetPropertyCount
();
1327
if (count != element2.
GetPropertyCount
())