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