2 references to Path
Microsoft.DotNet.Cli.Utils (2)
WindowsRegistryEnvironmentPathEditor.cs (2)
16return environmentKey?.GetValue(Path, "", RegistryValueOptions.DoNotExpandEnvironmentNames) as string; 24environmentKey?.SetValue(Path, value, RegistryValueKind.ExpandString);