11 references to HasComplexChildren
System.Text.Json (11)
System\Text\Json\Document\JsonDocument.cs (9)
126return row.HasComplexChildren; 166if (!row.HasComplexChildren) 300return row.HasComplexChildren 358if (row.HasComplexChildren && shouldUnescape) 407if (row.HasComplexChildren) 669return JsonReaderHelper.TryGetValue(segment, row.HasComplexChildren, out value); 683return JsonReaderHelper.TryGetValue(segment, row.HasComplexChildren, out value); 704if (row.HasComplexChildren) 843if (!row.HasComplexChildren)
System\Text\Json\Document\JsonDocument.PropertyNameSet.cs (1)
78if (dbRow.HasComplexChildren)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (1)
168if (row.HasComplexChildren)