11 references to HasBindableMembers
Microsoft.Extensions.Configuration.Binder.SourceGeneration (11)
Emitter\ConfigurationBinder.cs (1)
155
if (_typeIndex.
HasBindableMembers
(type))
Emitter\CoreBindingHelpers.cs (6)
55
Debug.Assert(_typeIndex.
HasBindableMembers
(objectType));
258
Debug.Assert(_typeIndex.
HasBindableMembers
(type));
881
Debug.Assert(_typeIndex.
HasBindableMembers
(type));
979
_typeIndex.
HasBindableMembers
(complexType) ||
1146
if (!_typeIndex.
HasBindableMembers
(effectiveMemberType) &&
1246
bool hasBindableMembers = _typeIndex.
HasBindableMembers
(type);
Specs\BindingHelperInfo.cs (3)
159
if (!_typeIndex.
HasBindableMembers
(collectionSpec))
182
bool hasBindableMembers = _typeIndex.
HasBindableMembers
(objectSpec);
238
if (_typeIndex.
HasBindableMembers
(type))
Specs\TypeIndex.cs (1)
19
ComplexTypeSpec complexTypeSpec => CanInstantiate(complexTypeSpec) ||
HasBindableMembers
(complexTypeSpec),