2 references to GetDotnetHomePath
rzc (2)
CliFolderPathCalculatorCore.cs (1)
13
string? homePath =
GetDotnetHomePath
();
ServerCommand.cs (1)
172
var homePath = CliFolderPathCalculatorCore.
GetDotnetHomePath
();