4 references to BuildPropertiesForType
aspire (4)
Commands\SettingsSchemaBuilder.cs (4)
23
var properties =
BuildPropertiesForType
(typeof(AspireJsonConfiguration), excludeLocalOnly);
72
var properties =
BuildPropertiesForType
(typeof(AspireConfigFile), excludeLocalOnly);
134
subProperties =
BuildPropertiesForType
(propertyType, excludeLocalOnly);
159
subProperties =
BuildPropertiesForType
(valueType, excludeLocalOnly);