3 references to HasExposePropertiesAttribute
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
351if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) || GetAspireExportAttribute(type) != null) 456HasExposeProperties = HasExposePropertiesAttribute(resourceType), 1045var exposeAllProperties = HasExposePropertiesAttribute(contextType);