3 references to HasExposePropertiesAttribute
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
340
if (
HasExposePropertiesAttribute
(type) || HasExposeMethodsAttribute(type) || GetAspireExportAttribute(type) != null)
445
HasExposeProperties =
HasExposePropertiesAttribute
(resourceType),
1025
var exposeAllProperties =
HasExposePropertiesAttribute
(contextType);