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