3 references to ToolsShimFolderName
Microsoft.DotNet.Configurer (3)
CliFolderPathCalculator.cs (3)
20
public static string ToolsShimPath => Path.Combine(DotnetUserProfileFolderPath,
ToolsShimFolderName
);
28
Path.Combine(DotnetProfileDirectoryName,
ToolsShimFolderName
));
35
? $@"%USERPROFILE%\{DotnetProfileDirectoryName}\{
ToolsShimFolderName
}"