1 instantiation of CliFolderPathCalculatorCore
Microsoft.DotNet.Configurer (1)
CliFolderPathCalculator.cs (1)
49
return new
CliFolderPathCalculatorCore
().GetDotnetHomePath()
2 references to CliFolderPathCalculatorCore
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (2)
11
public const string DotnetHomeVariableName =
CliFolderPathCalculatorCore
.DotnetHomeVariableName;
12
private const string DotnetProfileDirectoryName =
CliFolderPathCalculatorCore
.DotnetProfileDirectoryName;