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