4 references to IList
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
354
case CollectionType.
IList
:
441
case CollectionType.
IList
:
2346
CollectionType.IListOfT or CollectionType.
IList
=> "CreateIListInfo",
JsonSourceGenerator.Parser.cs (1)
1860
collectionType = CollectionType.
IList
;