6 references to ToolsShimPath
dotnet (3)
ShellShim\EnvironmentPathFactory.cs (2)
31
CliFolderPathCalculator.
ToolsShimPath
,
74
CliFolderPathCalculator.
ToolsShimPath
,
ShellShim\ShellShimRepositoryFactory.cs (1)
20
return new DirectoryPath(CliFolderPathCalculator.
ToolsShimPath
);
dotnet.Tests (1)
ConfigurerTests\GivenAPathCalculator.cs (1)
12
CliFolderPathCalculator.ToolsPackagePath.Should().NotBe(CliFolderPathCalculator.
ToolsShimPath
);
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (2)
23
ToolPackageFolderPathCalculator.GetToolPackageFolderPath(
ToolsShimPath
);
36
:
ToolsShimPath
;