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