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