4 references to HasExposePropertiesAttribute
Aspire.Hosting.RemoteHost (4)
AtsCapabilityScanner.cs (4)
391if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) || GetAspireExportAttribute(type) != null) 496HasExposeProperties = HasExposePropertiesAttribute(resourceType), 1557var exposeAllProperties = typeExportAttr?.ExposeProperties == true || HasExposePropertiesAttribute(contextType); 1959var exposeAllProperties = HasExposePropertiesAttribute(baseType);