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