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