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