3 references to IReadOnlyDictionary
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (2)
424
case CollectionType.
IReadOnlyDictionary
:
2440
CollectionType.
IReadOnlyDictionary
=> "CreateIReadOnlyDictionaryInfo",
JsonSourceGenerator.Parser.cs (1)
2036
collectionType = CollectionType.
IReadOnlyDictionary
;