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