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