4 references to AspireExportIgnoreAttribute
Aspire.Hosting (4)
Ats\AspireExportAttribute.cs (2)
179
/// are automatically exposed as get/set capabilities (unless marked with <see cref="
AspireExportIgnoreAttribute
"/>).
201
/// (unless marked with <see cref="
AspireExportIgnoreAttribute
"/>).
Ats\AtsCapabilityScanner.cs (2)
2363
return property.GetCustomAttribute<
AspireExportIgnoreAttribute
>() != null;
2371
return method.GetCustomAttribute<
AspireExportIgnoreAttribute
>() != null;