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