3 references to DependenciesKeyRelativePath
Microsoft.DotNet.Cli.Utils (3)
DependencyProvider.cs (3)
106ProviderKeyPath = $@"{DependenciesKeyRelativePath}\{ProviderKeyName}"; 154using RegistryKey? providerKey = BaseKey.OpenSubKey(DependenciesKeyRelativePath, writable: true); 186using RegistryKey? dependenciesKey = baseKey.OpenSubKey(DependenciesKeyRelativePath);