3 instantiations of RelatedProduct
dotnet.Tests (3)
WindowsInstallerTests.cs (3)
89
RelatedProduct rp =
new
()
106
RelatedProduct rp =
new
()
124
RelatedProduct rp =
new
()
7 references to RelatedProduct
dotnet (4)
Installer\Windows\MsiManifest.cs (1)
71
public
RelatedProduct
[] RelatedProducts
Installer\Windows\MsiPayload.cs (3)
18
private IEnumerable<
RelatedProduct
> _relatedProducts;
54
public IEnumerable<
RelatedProduct
> RelatedProducts
58
_relatedProducts ??= Manifest.RelatedProducts ?? Enumerable.Empty<
RelatedProduct
>();
dotnet.Tests (3)
WindowsInstallerTests.cs (3)
89
RelatedProduct
rp = new()
106
RelatedProduct
rp = new()
124
RelatedProduct
rp = new()