5 references to CanBindTo
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (1)
107Debug.Assert(effectiveType is UnsupportedTypeSpec || _typeIndex.CanBindTo(type.TypeRef));
Specs\BindingHelperInfo.cs (1)
137bool shouldRegister = _typeIndex.CanBindTo(typeRef) &&
Specs\TypeIndex.cs (3)
27CollectionSpec collectionSpec => CanBindTo(collectionSpec.ElementTypeRef), 35DictionarySpec dictSpec => KeyIsSupported(dictSpec) && CanBindTo(dictSpec.ElementTypeRef), 36CollectionSpec collectionSpec => CanBindTo(collectionSpec.ElementTypeRef),