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