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