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