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