2 instantiations of AspireExportAttribute
Aspire.Hosting.Tests (2)
Ats\AttributeDataReaderTests.cs (2)
230
[
ThirdPartyExport
("thirdPartyMethod", Description = "Third party method")]
238
[
ThirdPartyExport
(ExposeProperties = true)]
1 reference to AspireExportAttribute
Aspire.Hosting.Tests (1)
Ats\AttributeDataReaderTests.cs (1)
7
using ThirdPartyExport = Aspire.Hosting.Tests.Ats.ThirdParty.
AspireExportAttribute
;