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