2 implementations of UserProfileDir
Microsoft.TemplateEngine.Cli (1)
Commands\CliPathInfo.cs (1)
33
public string
UserProfileDir
{ get; }
Microsoft.TemplateEngine.Edge (1)
DefaultPathInfo.cs (1)
74
public string
UserProfileDir
{ get; }
1 reference to UserProfileDir
Microsoft.TemplateEngine.Edge (1)
Settings\SettingsFilePaths.cs (1)
156
return Path.Combine(_environmentSettings.Paths.
UserProfileDir
, path.Substring(1));