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