2 references to ShouldBindTo
ConfigurationSchemaGenerator (2)
ConfigSchemaEmitter.cs (1)
253
if (_typeIndex.
ShouldBindTo
(property) && !IsExcluded(propertiesNode, property))
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (1)
34
ObjectSpec objectSpec => objectSpec.Properties?.Any(
ShouldBindTo
) is true,