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