1 write to _reporterOutput
Microsoft.TemplateEngine.Cli (1)
TemplatePackageDisplay.cs (1)
38_reporterOutput = reporterOutput;
15 references to _reporterOutput
Microsoft.TemplateEngine.Cli (15)
TemplatePackageDisplay.cs (15)
51_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Update_Info_UpdateAvailable, displayString); 53_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Update_Info_UpdateSingleCommandHeader); 54_reporterOutput.WriteCommand( 59_reporterOutput.WriteLine(); 71_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_BuiltInCheck_Info_BuiltInPackageAvailable, $"{packageId}::{version}", provider); 72_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_BuiltInCheck_Info_UninstallPackage); 73_reporterOutput.WriteCommand( 106_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_lnstall_Info_Success, result.TemplatePackage.DisplayName); 111reporter: _reporterOutput); 116_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_lnstall_Warning_No_Templates_In_Package, result.TemplatePackage.DisplayName); 121_reporterOutput.WriteLine(string.Format(LocalizableStrings.TemplatePackageCoordinator_Download_VulnerablePackage)); 122DisplayVulnerabilityInfo(installResult.Vulnerabilities, _reporterOutput); 403_reporterOutput.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Install_ConstraintsNotice); 408_reporterOutput.WriteLine(template.Template.GetDisplayName(showIdentity: showIdentity)); 411_reporterOutput.WriteLine(constraintResult.ToDisplayString().Indent(1));