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