1 instantiation of AspireUnionAttribute
Aspire.Hosting.RemoteHost.Tests (1)
AttributeDataReaderTests.cs (1)
233
[
ThirdPartyUnion
(typeof(string), typeof(int))] object value)
1 reference to AspireUnionAttribute
Aspire.Hosting.RemoteHost.Tests (1)
AttributeDataReaderTests.cs (1)
12
using ThirdPartyUnion = Aspire.Hosting.RemoteHost.Tests.ThirdParty.
AspireUnionAttribute
;