3 references to IListOfT
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (2)
497
case CollectionType.
IListOfT
:
2425
CollectionType.
IListOfT
or CollectionType.IList => "CreateIListInfo",
JsonSourceGenerator.Parser.cs (1)
2048
collectionType = CollectionType.
IListOfT
;