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