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