9 references to CanInstantiate
Microsoft.Extensions.Configuration.Binder.SourceGeneration (9)
Emitter\CoreBindingHelpers.cs (8)
138if (_typeIndex.CanInstantiate(complexType)) 324Debug.Assert(_typeIndex.CanInstantiate(type)); 736case ComplexTypeSpec complexType when _typeIndex.CanInstantiate(complexType): 825if (_typeIndex.CanInstantiate(complexElementType)) 1116return _typeIndex.CanInstantiate(complexType); 1206if (!bindingToLocal && member.CanGet && _typeIndex.CanInstantiate(effectiveMemberType)) 1242if (_typeIndex.CanInstantiate(type)) 1288if (_typeIndex.CanInstantiate(type))
Specs\TypeIndex.cs (1)
19ComplexTypeSpec complexTypeSpec => CanInstantiate(complexTypeSpec) || HasBindableMembers(complexTypeSpec),