3 references to HasExposeMethodsAttribute
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
351
if (HasExposePropertiesAttribute(type) ||
HasExposeMethodsAttribute
(type) || GetAspireExportAttribute(type) != null)
457
HasExposeMethods =
HasExposeMethodsAttribute
(resourceType)
1046
var exposeAllMethods =
HasExposeMethodsAttribute
(contextType);