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