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