4 references to CanBindTo
ConfigurationSchemaGenerator (4)
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (1)
134
bool shouldRegister = _typeIndex.
CanBindTo
(typeRef) &&
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (3)
27
CollectionSpec collectionSpec =>
CanBindTo
(collectionSpec.ElementTypeRef),
35
DictionarySpec dictSpec => KeyIsSupported(dictSpec) &&
CanBindTo
(dictSpec.ElementTypeRef),
36
CollectionSpec collectionSpec =>
CanBindTo
(collectionSpec.ElementTypeRef),