11 references to HasBindableMembers
Microsoft.Extensions.Configuration.Binder.SourceGeneration (11)
Emitter\ConfigurationBinder.cs (1)
152
if (_typeIndex.
HasBindableMembers
(type))
Emitter\CoreBindingHelpers.cs (7)
55
Debug.Assert(_typeIndex.
HasBindableMembers
(objectType));
231
Debug.Assert(_typeIndex.
HasBindableMembers
(effectiveType));
255
Debug.Assert(_typeIndex.
HasBindableMembers
(type));
878
Debug.Assert(_typeIndex.
HasBindableMembers
(type));
971
return _typeIndex.
HasBindableMembers
(complexType) ||
1085
if (!_typeIndex.
HasBindableMembers
(complexType) &&
1238
if (!_typeIndex.
HasBindableMembers
(type))
Specs\BindingHelperInfo.cs (2)
172
bool hasBindableMembers = _typeIndex.
HasBindableMembers
(objectSpec);
228
if (_typeIndex.
HasBindableMembers
(type))
Specs\TypeIndex.cs (1)
19
ComplexTypeSpec complexTypeSpec => CanInstantiate(complexTypeSpec) ||
HasBindableMembers
(complexTypeSpec),