1 write to _cliTemplateEngineHost
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
31
_cliTemplateEngineHost
= _environmentSettings.Host as ICliTemplateEngineHost ?? throw new ArgumentException($"The hosts other than {nameof(ICliTemplateEngineHost)} are not supported.");
5 references to _cliTemplateEngineHost
Microsoft.TemplateEngine.Cli (5)
TemplateInvoker.cs (5)
117
if (!
_cliTemplateEngineHost
.IsCustomOutputPath)
124
Path.Combine(
_cliTemplateEngineHost
.OutputPath, targetPath),
141
string? fallbackName = new DirectoryInfo(
_cliTemplateEngineHost
.OutputPath).Name;
169
_cliTemplateEngineHost
.IsCustomOutputPath ?
_cliTemplateEngineHost
.OutputPath : null,