Implemented interface member:
property
GlobalSettingsDir
Microsoft.TemplateEngine.Abstractions.IPathInfo.GlobalSettingsDir
1 write to GlobalSettingsDir
Microsoft.TemplateEngine.Cli (1)
Commands\CliPathInfo.cs (1)
28
GlobalSettingsDir
= GetGlobalSettingsDir(settingsLocation);
2 references to GlobalSettingsDir
Microsoft.TemplateEngine.Cli (2)
Commands\CliPathInfo.cs (2)
29
HostSettingsDir = Path.Combine(
GlobalSettingsDir
, host.HostIdentifier);
30
HostVersionSettingsDir = Path.Combine(
GlobalSettingsDir
, host.HostIdentifier, host.Version);