2 references to EnvironmentPathFactory
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
95
_environmentPathInstruction = environmentPathInstruction ??
EnvironmentPathFactory
.CreateEnvironmentPathInstruction();
Program.cs (1)
235
var environmentPath =
EnvironmentPathFactory
.CreateEnvironmentPath(isDotnetBeingInvokedFromNativeInstaller, environmentProvider);