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