6 references to EnvironmentPathFactory
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
85
??
EnvironmentPathFactory
.CreateEnvironmentPathInstruction();
Program.cs (1)
395
var environmentPath =
EnvironmentPathFactory
.CreateEnvironmentPath(isDotnetBeingInvokedFromNativeInstaller, environmentProvider);
dotnet.Tests (4)
ShellShimTests\EnvironmentPathFactoryTests.cs (4)
22
EnvironmentPathFactory
.CreateEnvironmentPathInstruction(provider.Object);
36
EnvironmentPathFactory
.CreateEnvironmentPathInstruction(provider.Object);
46
EnvironmentPathFactory
.CreateEnvironmentPathInstruction(provider.Object);
56
EnvironmentPathFactory
.CreateEnvironmentPathInstruction(provider.Object);