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