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