2 implementations of IWindowsRegistryEnvironmentPathEditor
dotnet.Tests (1)
ShellShimTests\WindowsEnvironmentPathTests.cs (1)
195
private class MockEnvironmentPathEditor :
IWindowsRegistryEnvironmentPathEditor
Microsoft.DotNet.Cli.Utils (1)
WindowsRegistryEnvironmentPathEditor.cs (1)
9
internal class WindowsRegistryEnvironmentPathEditor :
IWindowsRegistryEnvironmentPathEditor
2 references to IWindowsRegistryEnvironmentPathEditor
dotnet (2)
ShellShim\WindowsEnvironmentPath.cs (2)
14
IWindowsRegistryEnvironmentPathEditor
environmentPathEditor,
32
private readonly
IWindowsRegistryEnvironmentPathEditor
_environmentPathEditor = environmentPathEditor ?? throw new ArgumentNullException(nameof(environmentPathEditor));