4 references to IList
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
365
case CollectionType.
IList
:
451
case CollectionType.
IList
:
2101
CollectionType.IListOfT or CollectionType.
IList
=> "CreateIListInfo",
JsonSourceGenerator.Parser.cs (1)
1009
collectionType = CollectionType.
IList
;