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