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