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