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