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