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