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