2 implementations of WriteLine
dotnet (1)
Commands\Workload\Install\NullReporter.cs (1)
12public void WriteLine() { }
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
128public void WriteLine()
99 references to WriteLine
dotnet (54)
CommandLineInfo.cs (2)
39Reporter.Output.WriteLine(); 60Reporter.Output.WriteLine();
Commands\Run\RunCommand.cs (1)
511Reporter.Error.WriteLine();
Commands\Run\RunCommandSelector.cs (11)
270Reporter.Error.WriteLine(); 272Reporter.Error.WriteLine(); 279Reporter.Error.WriteLine(); 281Reporter.Error.WriteLine(); 442Reporter.Output.WriteLine(); 471Reporter.Output.WriteLine(); 473Reporter.Output.WriteLine(); 500Reporter.Error.WriteLine(); 502Reporter.Error.WriteLine(); 517Reporter.Error.WriteLine(); 519Reporter.Error.WriteLine();
Commands\Sdk\Check\RuntimeOutputWriter.cs (1)
29_reporter.WriteLine();
Commands\Sdk\Check\SdkCheckCommand.cs (5)
45_reporter.WriteLine(); 47_reporter.WriteLine(); 61_reporter.WriteLine(); 63_reporter.WriteLine(); 65_reporter.WriteLine();
Commands\Sdk\Check\SdkOutputWriter.cs (1)
30_reporter.WriteLine();
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.Help.cs (1)
249Utils.Reporter.Output.WriteLine();
Commands\Tool\Restore\ToolRestoreCommand.cs (5)
133_reporter.WriteLine(); 141_reporter.WriteLine(); 148_reporter.WriteLine(); 169_reporter.WriteLine(); 173_reporter.WriteLine();
Commands\Tool\Search\SearchResultPrinter.cs (1)
86_reporter.WriteLine();
Commands\Workload\History\WorkloadHistoryCommand.cs (3)
61Reporter.WriteLine(); 63Reporter.WriteLine(); 68Reporter.WriteLine();
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
234Reporter.WriteLine(); 303Reporter.WriteLine(); 305Reporter.WriteLine();
Commands\Workload\List\WorkloadListCommand.cs (5)
81Reporter.WriteLine(); 103Reporter.WriteLine(); 124Reporter.WriteLine(); 126Reporter.WriteLine(); 132Reporter.WriteLine();
Commands\Workload\Repair\WorkloadRepairCommand.cs (3)
71Reporter.WriteLine(); 88Reporter.WriteLine(); 90Reporter.WriteLine();
Commands\Workload\Search\WorkloadSearchCommand.cs (2)
52Reporter.WriteLine(); 54Reporter.WriteLine();
Commands\Workload\Uninstall\WorkloadUninstallCommand.cs (3)
60Reporter.WriteLine(); 79Reporter.WriteLine(); 81Reporter.WriteLine();
Commands\Workload\Update\WorkloadUpdateCommand.cs (4)
111Reporter.WriteLine(); 121Reporter.WriteLine(); 179Reporter.WriteLine(); 181Reporter.WriteLine();
Commands\Workload\WorkloadInfoHelper.cs (1)
154reporter.WriteLine();
ParserOptionActions.cs (2)
145Reporter.Output.WriteLine(); 152Reporter.Output.WriteLine();
Microsoft.DotNet.Configurer (4)
DotnetFirstTimeUseConfigurer.cs (4)
57_reporter.WriteLine(); 63_reporter.WriteLine(); 81_reporter.WriteLine(); 88_reporter.WriteLine();
Microsoft.TemplateEngine.Cli (41)
Commands\BaseCommand.cs (5)
132Reporter.Output.WriteLine(); 152Reporter.Output.WriteLine(); 219Reporter.Output.WriteLine(); 230Reporter.Output.WriteLine(); 290Reporter.Error.WriteLine();
Commands\create\InstantiateCommand.cs (2)
99reporter.WriteLine(); 103reporter.WriteLine();
Commands\create\InstantiateCommand.NoMatchHandling.cs (2)
149reporter.WriteLine(); 213Reporter.Error.WriteLine();
Commands\create\TemplateCommand.cs (2)
196Reporter.Output.WriteLine(); 253reporter.WriteLine();
PostActionDispatcher.cs (2)
88Reporter.Output.WriteLine(); 170Reporter.Output.WriteLine();
TemplateInvoker.cs (5)
240Reporter.Error.WriteLine(); 243Reporter.Output.WriteLine(); 259Reporter.Output.WriteLine(); 262Reporter.Output.WriteLine(); 288Reporter.Error.WriteLine();
TemplateListCoordinator.cs (8)
55Reporter.Output.WriteLine(); 74Reporter.Output.WriteLine(); 82Reporter.Output.WriteLine(); 117Reporter.Error.WriteLine(); 136Reporter.Error.WriteLine(); 155Reporter.Output.WriteLine(); 170Reporter.Output.WriteLine(); 193Reporter.Output.WriteLine();
TemplatePackageCoordinator.cs (6)
154Reporter.Output.WriteLine(); 160Reporter.Error.WriteLine(); 247Reporter.Output.WriteLine(); 317Reporter.Output.WriteLine(); 635reporter.WriteLine(); 772Reporter.Error.WriteLine();
TemplatePackageDisplay.cs (7)
60_reporterOutput.WriteLine(); 66_reporterError.WriteLine(); 274Reporter.Output.WriteLine(); 300Reporter.Output.WriteLine(); 313Reporter.Output.WriteLine(); 319Reporter.Output.WriteLine(); 331Reporter.Error.WriteLine();
TemplateSearch\CliTemplateSearchCoordinator.cs (2)
90Reporter.Output.WriteLine(); 183Reporter.Output.WriteLine();