6 references to GetAspireExportAttribute
Aspire.Hosting.RemoteHost (6)
AtsCapabilityScanner.cs (6)
335
var typeExportAttr =
GetAspireExportAttribute
(type);
351
if (HasExposePropertiesAttribute(type) || HasExposeMethodsAttribute(type) ||
GetAspireExportAttribute
(type) != null)
1047
var typeExportAttr =
GetAspireExportAttribute
(contextType);
1512
(method.DeclaringType is not null && (
GetAspireExportAttribute
(method.DeclaringType)?.RunSyncOnBackgroundThread ?? false))
1894
if (
GetAspireExportAttribute
(type) != null || IsAssemblyExportedType(type, assemblyExportedTypeCache))
2244
if (
GetAspireExportAttribute
(type) != null || IsAssemblyExportedType(type, assemblyExportedTypeCache))