9 references to CanInstantiate
Microsoft.Extensions.Configuration.Binder.SourceGeneration (9)
Emitter\CoreBindingHelpers.cs (8)
137
if (_typeIndex.
CanInstantiate
(complexType))
316
Debug.Assert(_typeIndex.
CanInstantiate
(type));
731
case ComplexTypeSpec complexType when _typeIndex.
CanInstantiate
(complexType):
820
if (_typeIndex.
CanInstantiate
(complexElementType))
992
return _typeIndex.
CanInstantiate
(complexType);
1064
if (member.CanGet && _typeIndex.
CanInstantiate
(effectiveMemberType))
1099
if (_typeIndex.
CanInstantiate
(type))
1132
if (_typeIndex.
CanInstantiate
(type))
Specs\TypeIndex.cs (1)
19
ComplexTypeSpec complexTypeSpec =>
CanInstantiate
(complexTypeSpec) || HasBindableMembers(complexTypeSpec),