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