2 instantiations of AspireExportAttribute
Aspire.Hosting.RemoteHost.Tests (2)
AttributeDataReaderTests.cs (2)
231
[
ThirdPartyExport
("thirdPartyMethod", Description = "Third party method")]
239
[
ThirdPartyExport
(ExposeProperties = true)]
1 reference to AspireExportAttribute
Aspire.Hosting.RemoteHost.Tests (1)
AttributeDataReaderTests.cs (1)
9
using ThirdPartyExport = Aspire.Hosting.RemoteHost.Tests.ThirdParty.
AspireExportAttribute
;