6 references to ToolsShimPathInUnix
dotnet (3)
ShellShim\EnvironmentPathFactory.cs (3)
41CliFolderPathCalculator.ToolsShimPathInUnix, 49executablePath: CliFolderPathCalculator.ToolsShimPathInUnix, 66executablePath: CliFolderPathCalculator.ToolsShimPathInUnix,
dotnet.Tests (3)
ConfigurerTests\GivenAPathCalculator.cs (1)
13CliFolderPathCalculator.ToolsPackagePath.Should().NotBe(CliFolderPathCalculator.ToolsShimPathInUnix.Path);
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs (2)
226$"export PATH=\"$PATH:{CliFolderPathCalculator.ToolsShimPathInUnix.PathWithDollar}\""); 241File.ReadAllText(pathsd).Should().Be(CliFolderPathCalculator.ToolsShimPathInUnix.PathWithTilde);