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