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