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