2 references to GetDotnetHomePath
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (1)
49return new CliFolderPathCalculatorCore().GetDotnetHomePath()
src\sdk\src\Common\CliFolderPathCalculatorCore.cs (1)
32string? homePath = GetDotnetHomePath();