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