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