6 references to GetAspireExportAttribute
Aspire.Hosting (6)
Ats\AtsCapabilityScanner.cs (6)
324
var typeExportAttr =
GetAspireExportAttribute
(type);
340
if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) ||
GetAspireExportAttribute
(type) != null)
1027
var typeExportAttr =
GetAspireExportAttribute
(contextType);
1491
(method.DeclaringType is not null && (
GetAspireExportAttribute
(method.DeclaringType)?.RunSyncOnBackgroundThread ?? false))
1867
if (
GetAspireExportAttribute
(type) != null)
2216
if (
GetAspireExportAttribute
(type) != null)