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