1 write to Properties
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Specs\Types\ObjectSpec.cs (1)
19
Properties
= properties;
3 references to Properties
ConfigurationSchemaGenerator (3)
ConfigSchemaEmitter.cs (1)
241
var properties = objectSpec.
Properties
;
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (1)
164
foreach (PropertySpec property in objectSpec.
Properties
!)
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (1)
34
ObjectSpec objectSpec => objectSpec.
Properties
?.Any(ShouldBindTo) is true,