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