1 write to ProviderKeyPath
Microsoft.DotNet.Cli.Utils (1)
DependencyProvider.cs (1)
106ProviderKeyPath = $@"{DependenciesKeyRelativePath}\{ProviderKeyName}";
2 references to ProviderKeyPath
Microsoft.DotNet.Cli.Utils (2)
DependencyProvider.cs (2)
107DependentsKeyPath = $@"{ProviderKeyPath}\Dependents"; 177using RegistryKey? providerKey = BaseKey.OpenSubKey(ProviderKeyPath);