14 instantiations of BashPathUnderHomeDirectory
dotnet.Tests (13)
ShellShimTests\LinuxEnvironmentPathTests.cs (5)
20var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 46var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 74var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 97var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 126var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools");
ShellShimTests\OsxEnvironmentPathTests.cs (5)
20var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 46var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 74var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 97var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 126var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools");
ShellShimTests\OsxZshEnvironmentPathInstructionTests.cs (3)
18BashPathUnderHomeDirectory toolsPath = new( 50BashPathUnderHomeDirectory toolsPath = new( 75BashPathUnderHomeDirectory toolsPath = new(
Microsoft.DotNet.Configurer (1)
CliFolderPathCalculator.cs (1)
26new(
20 references to BashPathUnderHomeDirectory
dotnet (6)
ShellShim\LinuxEnvironmentPath.cs (2)
18private readonly BashPathUnderHomeDirectory _packageExecutablePath; 25BashPathUnderHomeDirectory packageExecutablePath,
ShellShim\OsxBashEnvironmentPath.cs (2)
13BashPathUnderHomeDirectory executablePath, 20private readonly BashPathUnderHomeDirectory _packageExecutablePath = executablePath;
ShellShim\OsxZshEnvironmentPathInstruction.cs (2)
12BashPathUnderHomeDirectory executablePath, 18private readonly BashPathUnderHomeDirectory _packageExecutablePath = executablePath;
dotnet.Tests (13)
ShellShimTests\LinuxEnvironmentPathTests.cs (5)
20var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 46var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 74var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 97var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 126var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools");
ShellShimTests\OsxEnvironmentPathTests.cs (5)
20var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 46var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 74var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 97var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools"); 126var toolsPath = new BashPathUnderHomeDirectory("/home/user", ".dotnet/tools");
ShellShimTests\OsxZshEnvironmentPathInstructionTests.cs (3)
18BashPathUnderHomeDirectory toolsPath = new( 50BashPathUnderHomeDirectory toolsPath = new( 75BashPathUnderHomeDirectory toolsPath = new(
Microsoft.DotNet.Configurer (1)
CliFolderPathCalculator.cs (1)
25public static BashPathUnderHomeDirectory ToolsShimPathInUnix =>