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