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