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