6 references to GetAspireExportData
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
2510return AttributeDataReader.GetAspireExportData(type); 2523var attr = AttributeDataReader.GetAspireExportData(type); 2532var attr = AttributeDataReader.GetAspireExportData(type);
Aspire.Hosting.RemoteHost.Tests (2)
AttributeDataReaderTests.cs (2)
49var result = AttributeDataReader.GetAspireExportData(typeof(ThirdPartyResource)); 125var result = AttributeDataReader.GetAspireExportData(typeof(OfficialMethodsResource));
Aspire.TypeSystem (1)
AtsConstants.cs (1)
488if (AttributeDataReader.GetAspireExportData(type) != null)