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