10 references to HasBindableMembers
Microsoft.Extensions.Configuration.Binder.SourceGeneration (10)
Emitter\ConfigurationBinder.cs (1)
152
if (_typeIndex.
HasBindableMembers
(type))
Emitter\CoreBindingHelpers.cs (6)
54
Debug.Assert(_typeIndex.
HasBindableMembers
(objectType));
230
Debug.Assert(_typeIndex.
HasBindableMembers
(effectiveType));
254
Debug.Assert(_typeIndex.
HasBindableMembers
(type));
856
Debug.Assert(_typeIndex.
HasBindableMembers
(type));
961
if (!_typeIndex.
HasBindableMembers
(complexType) &&
1095
if (!_typeIndex.
HasBindableMembers
(type))
Specs\BindingHelperInfo.cs (2)
172
if (_typeIndex.
HasBindableMembers
(objectSpec))
207
if (_typeIndex.
HasBindableMembers
(type))
Specs\TypeIndex.cs (1)
19
ComplexTypeSpec complexTypeSpec => CanInstantiate(complexTypeSpec) ||
HasBindableMembers
(complexTypeSpec),