1 instantiation of LocalAspireJsonConfigurationProperty
aspire (1)
Configuration\AspireJsonConfiguration.cs (1)
32
[
LocalAspireJsonConfigurationProperty
]
2 references to LocalAspireJsonConfigurationProperty
aspire (2)
Commands\SettingsSchemaBuilder.cs (2)
19
/// <param name="excludeLocalOnly">If true, excludes properties marked with <see cref="
LocalAspireJsonConfigurationPropertyAttribute
"/>.</param>
34
if (excludeLocalOnly && prop.GetCustomAttribute<
LocalAspireJsonConfigurationPropertyAttribute
>() != null)