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