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