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