5 references to ShouldBindTo
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (3)
330.Where(prop => prop.SetOnInit && _typeIndex.ShouldBindTo(prop)); 888if (!_typeIndex.ShouldBindTo(property)) 942_typeIndex.ShouldBindTo(property) &&
Specs\BindingHelperInfo.cs (1)
189if (!_typeIndex.ShouldBindTo(property) && property.MatchingCtorParam is null)
Specs\TypeIndex.cs (1)
34ObjectSpec objectSpec => objectSpec.Properties?.Any(ShouldBindTo) is true,