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