6 references to IsSimpleValue
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.cs (4)
186if (!row.IsSimpleValue) 205if (row.IsSimpleValue) 231if (row.IsSimpleValue) 263if (row.IsSimpleValue)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (2)
62if (row.IsSimpleValue) 153if (row.IsSimpleValue)