10 references to HasComplexChildren
System.Text.Json (10)
System\Text\Json\Document\JsonDocument.cs (9)
129
return row.
HasComplexChildren
;
169
if (!row.
HasComplexChildren
)
303
return row.
HasComplexChildren
361
if (row.
HasComplexChildren
&& shouldUnescape)
410
if (row.
HasComplexChildren
)
679
if (row.
HasComplexChildren
)
714
if (row.
HasComplexChildren
)
749
if (row.
HasComplexChildren
)
888
if (!row.
HasComplexChildren
)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (1)
168
if (row.
HasComplexChildren
)