1 instantiation of RegistryRow
Microsoft.DotNet.Build.Tasks.Workloads (1)
Msi\RegistryRow.wix.cs (1)
56
return new
RegistryRow
5 references to RegistryRow
Microsoft.DotNet.Build.Tasks.Workloads (5)
Msi\MsiUtils.wix.cs (3)
89
public static IEnumerable<
RegistryRow
> GetAllRegistryKeys(string packagePath)
94
List<
RegistryRow
> registryKeys = new();
99
registryKeys.Add(
RegistryRow
.Create(directoryRecord));
Msi\RegistryRow.wix.cs (2)
50
/// Creates a new <see cref="
RegistryRow
"/> instance from the specified <see cref="Record"/>.
54
public static
RegistryRow
Create(Record registryRecord)