4 references to HasExposeMethodsAttribute
Aspire.Hosting.RemoteHost (4)
AtsCapabilityScanner.cs (4)
391if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) || GetAspireExportAttribute(type) != null) 497HasExposeMethods = HasExposeMethodsAttribute(resourceType) 1558var exposeAllMethods = typeExportAttr?.ExposeMethods == true || HasExposeMethodsAttribute(contextType); 1962HasExposeMethodsAttribute(baseType) ||