3 references to HasExposeMethodsAttribute
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
293if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) || GetAspireExportAttribute(type) != null) 392HasExposeMethods = HasExposeMethodsAttribute(resourceType) 924var exposeAllMethods = HasExposeMethodsAttribute(contextType);