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