1 write to DependentsKeyPath
Microsoft.DotNet.Cli.Utils (1)
DependencyProvider.cs (1)
107
DependentsKeyPath
= $@"{ProviderKeyPath}\Dependents";
3 references to DependentsKeyPath
Microsoft.DotNet.Cli.Utils (3)
DependencyProvider.cs (3)
127
using RegistryKey dependentsKey = BaseKey.CreateSubKey(Path.Combine(
DependentsKeyPath
, dependent), writable: true);
149
using RegistryKey? dependentsKey = BaseKey.OpenSubKey(
DependentsKeyPath
, writable: true);
165
using RegistryKey? dependentsKey = BaseKey.OpenSubKey(
DependentsKeyPath
);