5 references to GetAspireExportData
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
2482return AttributeDataReader.GetAspireExportData(type); 2495var attr = AttributeDataReader.GetAspireExportData(type); 2504var attr = AttributeDataReader.GetAspireExportData(type);
Aspire.Hosting.Tests (2)
Ats\AttributeDataReaderTests.cs (2)
48var result = AttributeDataReader.GetAspireExportData(typeof(ThirdPartyResource)); 124var result = AttributeDataReader.GetAspireExportData(typeof(OfficialMethodsResource));