2 references to IsCandidateDictionary
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (2)
371if (IsCandidateDictionary(type, out ITypeSymbol? keyType, out ITypeSymbol? elementType)) 621if (IsCandidateDictionary(collectionType, out ITypeSymbol? keyType, out ITypeSymbol? elementType))