1 write to _cliTemplateEngineHost
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
33_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)
119if (!_cliTemplateEngineHost.IsCustomOutputPath) 126Path.Combine(_cliTemplateEngineHost.OutputPath, targetPath), 143string? fallbackName = new DirectoryInfo(_cliTemplateEngineHost.OutputPath).Name; 171_cliTemplateEngineHost.IsCustomOutputPath ? _cliTemplateEngineHost.OutputPath : null,