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