7 references to GetAspireExportAttribute
Aspire.Hosting.RemoteHost (7)
AtsCapabilityScanner.cs (7)
375
var typeExportAttr =
GetAspireExportAttribute
(type);
391
if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) ||
GetAspireExportAttribute
(type) != null)
1556
var typeExportAttr = assemblyExportAttr ??
GetAspireExportAttribute
(contextType);
1963
GetAspireExportAttribute
(baseType) is not null;
2091
(method.DeclaringType is not null && (
GetAspireExportAttribute
(method.DeclaringType)?.RunSyncOnBackgroundThread ?? false))
2488
if (
GetAspireExportAttribute
(type) != null || IsAssemblyExportedType(type, assemblyExportedTypeCache))
2880
if (
GetAspireExportAttribute
(type) != null || IsAssemblyExportedType(type, assemblyExportedTypeCache))