2 instantiations of LocalAspireJsonConfigurationPropertyAttribute
aspire (2)
Configuration\AspireConfigFile.cs (1)
68
[
LocalAspireJsonConfigurationProperty
]
Configuration\AspireJsonConfiguration.cs (1)
32
[
LocalAspireJsonConfigurationProperty
]
3 references to LocalAspireJsonConfigurationPropertyAttribute
aspire (3)
Commands\SettingsSchemaBuilder.cs (3)
20
/// <param name="excludeLocalOnly">If true, excludes properties marked with <see cref="
LocalAspireJsonConfigurationPropertyAttribute
"/>.</param>
69
/// <param name="excludeLocalOnly">If true, excludes properties marked with <see cref="
LocalAspireJsonConfigurationPropertyAttribute
"/>.</param>
107
if (excludeLocalOnly && prop.GetCustomAttribute<
LocalAspireJsonConfigurationPropertyAttribute
>() is not null)