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