3 references to KeyIsSupported
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (3)
26DictionarySpec dictionarySpec => KeyIsSupported(dictionarySpec), 35DictionarySpec dictSpec => KeyIsSupported(dictSpec) && CanBindTo(dictSpec.ElementTypeRef), 47bool IsDictWithUnsupportedKey() => propTypeSpec is DictionarySpec dictionarySpec && !KeyIsSupported(dictionarySpec);