3 references to IDictionary
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (2)
353
case CollectionType.
IDictionary
:
2289
CollectionType.IDictionaryOfTKeyTValue or CollectionType.
IDictionary
=> "CreateIDictionaryInfo",
JsonSourceGenerator.Parser.cs (1)
1566
collectionType = CollectionType.
IDictionary
;