1 write to _reporterOutput
Microsoft.TemplateEngine.Cli (1)
TemplatePackageDisplay.cs (1)
39_reporterOutput = reporterOutput;
15 references to _reporterOutput
Microsoft.TemplateEngine.Cli (15)
TemplatePackageDisplay.cs (15)
52_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Update_Info_UpdateAvailable, displayString); 54_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Update_Info_UpdateSingleCommandHeader); 55_reporterOutput.WriteCommand( 60_reporterOutput.WriteLine(); 72_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_BuiltInCheck_Info_BuiltInPackageAvailable, $"{packageId}@{version}", provider); 73_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_BuiltInCheck_Info_UninstallPackage); 74_reporterOutput.WriteCommand( 107_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_lnstall_Info_Success, result.TemplatePackage.DisplayName); 112reporter: _reporterOutput); 117_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_lnstall_Warning_No_Templates_In_Package, result.TemplatePackage.DisplayName); 122_reporterOutput.WriteLine(string.Format(LocalizableStrings.TemplatePackageCoordinator_Download_VulnerablePackage)); 123DisplayVulnerabilityInfo(installResult.Vulnerabilities, _reporterOutput); 404_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Install_ConstraintsNotice); 409_reporterOutput.WriteLine(template.Template.GetDisplayName(showIdentity: showIdentity)); 412_reporterOutput.WriteLine(constraintResult.ToDisplayString().Indent(1));