3 references to IEnumerable
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (2)
351
case CollectionType.
IEnumerable
:
1488
CollectionType.IEnumerableOfT or CollectionType.
IEnumerable
=> "CreateIEnumerableInfo",
JsonSourceGenerator.Parser.cs (1)
897
collectionType = CollectionType.
IEnumerable
;