3 references to Boolean
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Parser.cs (2)
1816
for (int flag = 1; flag <= (int)JsonValueType.
Boolean
; flag <<= 1)
1886
return JsonValueType.
Boolean
;
parent\src\System\Text\Json\Serialization\JsonValueType.cs (1)
18
Any = Object | Array | String | Number |
Boolean
| Null,