4 references to HasExposeMethodsAttribute
Aspire.Hosting.RemoteHost (4)
AtsCapabilityScanner.cs (4)
391
if (HasExposePropertiesAttribute(type) ||
HasExposeMethodsAttribute
(type) || GetAspireExportAttribute(type) != null)
497
HasExposeMethods =
HasExposeMethodsAttribute
(resourceType)
1558
var exposeAllMethods = typeExportAttr?.ExposeMethods == true ||
HasExposeMethodsAttribute
(contextType);
1962
HasExposeMethodsAttribute
(baseType) ||