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