3 references to ShouldBindTo
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Emitter\CoreBindingHelpers.cs (2)
322.Where(prop => prop.SetOnInit && _typeIndex.ShouldBindTo(prop)); 864if (_typeIndex.ShouldBindTo(property))
Specs\TypeIndex.cs (1)
34ObjectSpec objectSpec => objectSpec.Properties?.Any(ShouldBindTo) is true,