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