2 implementations of Get
dotnet.Tests (1)
ShellShimTests\WindowsEnvironmentPathTests.cs (1)
204
public string
Get
(SdkEnvironmentVariableTarget sdkEnvironmentVariableTarget)
Microsoft.DotNet.Cli.Utils (1)
WindowsRegistryEnvironmentPathEditor.cs (1)
12
public string?
Get
(SdkEnvironmentVariableTarget currentUserBeforeEvaluation)
1 reference to Get
dotnet (1)
ShellShim\WindowsEnvironmentPath.cs (1)
42
_environmentPathEditor.
Get
(SdkEnvironmentVariableTarget.CurrentUser);