2 references to DotnetProfileDirectoryName
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (1)
12
private const string DotnetProfileDirectoryName = CliFolderPathCalculatorCore.
DotnetProfileDirectoryName
;
CliFolderPathCalculatorCore.cs (1)
19
return Path.Combine(homePath,
DotnetProfileDirectoryName
);