1 write to DependentsKeyPath
Microsoft.DotNet.Cli.Utils (1)
DependencyProvider.cs (1)
107
DependentsKeyPath
= $@"{ProviderKeyPath}\Dependents";
4 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
);
Microsoft.DotNet.Cli.Utils.Tests (1)
DependencyProviderTests.cs (1)
20
Assert.Equal(expectedDependentsKeyPath, dep.
DependentsKeyPath
);