3 references to KeyIsSupported
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Specs\TypeIndex.cs (3)
26DictionarySpec dictionarySpec => KeyIsSupported(dictionarySpec), 41DictionarySpec dictSpec => KeyIsSupported(dictSpec) && CanBindTo(dictSpec.ElementTypeRef), 76bool IsDictWithUnsupportedKey() => propTypeSpec is DictionarySpec dictionarySpec && !KeyIsSupported(dictionarySpec);