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)
117if (!_cliTemplateEngineHost.IsCustomOutputPath) 124Path.Combine(_cliTemplateEngineHost.OutputPath, targetPath), 141string? fallbackName = new DirectoryInfo(_cliTemplateEngineHost.OutputPath).Name; 169_cliTemplateEngineHost.IsCustomOutputPath ? _cliTemplateEngineHost.OutputPath : null,