2 references to IsCandidateDictionary
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (2)
367if (IsCandidateDictionary(type, out ITypeSymbol? keyType, out ITypeSymbol? elementType)) 566if (IsCandidateDictionary(collectionType, out ITypeSymbol? keyType, out ITypeSymbol? elementType))