10 references to HasComplexChildren
System.Text.Json (10)
System\Text\Json\Document\JsonDocument.cs (9)
126
return row.
HasComplexChildren
;
166
if (!row.
HasComplexChildren
)
300
return row.
HasComplexChildren
358
if (row.
HasComplexChildren
&& shouldUnescape)
407
if (row.
HasComplexChildren
)
676
if (row.
HasComplexChildren
)
711
if (row.
HasComplexChildren
)
746
if (row.
HasComplexChildren
)
885
if (!row.
HasComplexChildren
)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (1)
168
if (row.
HasComplexChildren
)