6 references to IsSimpleValue
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.cs (4)
189if (!row.IsSimpleValue) 208if (row.IsSimpleValue) 234if (row.IsSimpleValue) 266if (row.IsSimpleValue)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (2)
62if (row.IsSimpleValue) 153if (row.IsSimpleValue)