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