8 references to OfficialAttributeExports
Aspire.Hosting.RemoteHost.Tests (8)
AttributeDataReaderTests.cs (8)
29
var method = typeof(
OfficialAttributeExports
).GetMethod(nameof(
OfficialAttributeExports
.OfficialExportMethod))!;
99
var method = typeof(
OfficialAttributeExports
).GetMethod(nameof(
OfficialAttributeExports
.OfficialUnionMethod))!;
122
var method = typeof(
OfficialAttributeExports
).GetMethod(nameof(
OfficialAttributeExports
.ObsoleteExportMethod))!;
133
var method = typeof(
OfficialAttributeExports
).GetMethod(nameof(
OfficialAttributeExports
.OverriddenNameMethod))!;