3 references to DotnetProfileDirectoryName
Microsoft.DotNet.Configurer (3)
CliFolderPathCalculator.cs (3)
28
Path.Combine(
DotnetProfileDirectoryName
, ToolsShimFolderName));
35
? $@"%USERPROFILE%\{
DotnetProfileDirectoryName
}\{ToolsShimFolderName}"
41
Path.Combine(DotnetHomePath,
DotnetProfileDirectoryName
);