4 references to IList
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
353
case CollectionType.
IList
:
439
case CollectionType.
IList
:
1486
CollectionType.IListOfT or CollectionType.
IList
=> "CreateIListInfo",
JsonSourceGenerator.Parser.cs (1)
882
collectionType = CollectionType.
IList
;