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