4 references to DotnetHomePath
Microsoft.DotNet.Configurer (2)
CliFolderPathCalculator.cs (2)
27
DotnetHomePath
,
41
Path.Combine(
DotnetHomePath
, DotnetProfileDirectoryName);
Microsoft.TemplateEngine.Cli (2)
Commands\CliPathInfo.cs (2)
27
UserProfileDir = CliFolderPathCalculator.
DotnetHomePath
;
44
? Path.Combine(CliFolderPathCalculator.
DotnetHomePath
, ".templateengine")