5 implementations of WriteLine
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
113
public void
WriteLine
() => _setupLogger.LogMessage("");
Commands\Workload\Install\NullReporter.cs (1)
12
public void
WriteLine
() { }
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
124
public void
WriteLine
()
Microsoft.NET.TestFramework (1)
Utilities\BufferedReporter.cs (1)
28
public void
WriteLine
()
Microsoft.TemplateEngine.Cli.UnitTests (1)
TemplatePackageDisplayTest.cs (1)
205
public void
WriteLine
() => ReportedStrings.AppendLineN();
88 references to WriteLine
dotnet (38)
CommandLineInfo.cs (2)
29
Reporter.Output.
WriteLine
();
41
Reporter.Output.
WriteLine
();
Commands\Run\RunCommand.cs (1)
330
Reporter.Error.
WriteLine
();
Commands\Sdk\Check\RuntimeOutputWriter.cs (1)
29
_reporter.
WriteLine
();
Commands\Sdk\Check\SdkCheckCommand.cs (5)
42
_reporter.
WriteLine
();
44
_reporter.
WriteLine
();
58
_reporter.
WriteLine
();
60
_reporter.
WriteLine
();
62
_reporter.
WriteLine
();
Commands\Sdk\Check\SdkOutputWriter.cs (1)
30
_reporter.
WriteLine
();
Commands\Tool\Restore\ToolRestoreCommand.cs (3)
135
_reporter.
WriteLine
();
143
_reporter.
WriteLine
();
159
_reporter.
WriteLine
();
Commands\Tool\Search\SearchResultPrinter.cs (1)
86
_reporter.
WriteLine
();
Commands\Workload\History\WorkloadHistoryCommand.cs (3)
60
Reporter.
WriteLine
();
62
Reporter.
WriteLine
();
67
Reporter.
WriteLine
();
Commands\Workload\Install\WorkloadInstallCommand.cs (3)
219
Reporter.
WriteLine
();
288
Reporter.
WriteLine
();
290
Reporter.
WriteLine
();
Commands\Workload\List\WorkloadListCommand.cs (5)
79
Reporter.
WriteLine
();
101
Reporter.
WriteLine
();
122
Reporter.
WriteLine
();
124
Reporter.
WriteLine
();
130
Reporter.
WriteLine
();
Commands\Workload\Repair\WorkloadRepairCommand.cs (3)
70
Reporter.
WriteLine
();
86
Reporter.
WriteLine
();
88
Reporter.
WriteLine
();
Commands\Workload\Search\WorkloadSearchCommand.cs (2)
52
Reporter.
WriteLine
();
54
Reporter.
WriteLine
();
Commands\Workload\Uninstall\WorkloadUninstallCommand.cs (3)
60
Reporter.
WriteLine
();
79
Reporter.
WriteLine
();
81
Reporter.
WriteLine
();
Commands\Workload\Update\WorkloadUpdateCommand.cs (4)
108
Reporter.
WriteLine
();
118
Reporter.
WriteLine
();
176
Reporter.
WriteLine
();
178
Reporter.
WriteLine
();
Commands\Workload\WorkloadCommandParser.cs (1)
91
reporter.
WriteLine
();
Microsoft.DotNet.Configurer (4)
DotnetFirstTimeUseConfigurer.cs (4)
65
_reporter.
WriteLine
();
71
_reporter.
WriteLine
();
92
_reporter.
WriteLine
();
100
_reporter.
WriteLine
();
Microsoft.TemplateEngine.Cli (46)
Commands\BaseCommand.cs (5)
98
Reporter.Output.
WriteLine
();
118
Reporter.Output.
WriteLine
();
211
Reporter.Output.
WriteLine
();
222
Reporter.Output.
WriteLine
();
282
Reporter.Error.
WriteLine
();
Commands\create\InstantiateCommand.cs (2)
128
reporter.
WriteLine
();
132
reporter.
WriteLine
();
Commands\create\InstantiateCommand.NoMatchHandling.cs (2)
148
reporter.
WriteLine
();
211
Reporter.Error.
WriteLine
();
Commands\create\TemplateCommand.cs (2)
181
Reporter.Output.
WriteLine
();
238
reporter.
WriteLine
();
PostActionDispatcher.cs (2)
88
Reporter.Output.
WriteLine
();
170
Reporter.Output.
WriteLine
();
TemplateInvoker.cs (5)
238
Reporter.Error.
WriteLine
();
241
Reporter.Output.
WriteLine
();
257
Reporter.Output.
WriteLine
();
260
Reporter.Output.
WriteLine
();
286
Reporter.Error.
WriteLine
();
TemplateListCoordinator.cs (8)
54
Reporter.Output.
WriteLine
();
73
Reporter.Output.
WriteLine
();
81
Reporter.Output.
WriteLine
();
116
Reporter.Error.
WriteLine
();
135
Reporter.Error.
WriteLine
();
154
Reporter.Output.
WriteLine
();
169
Reporter.Output.
WriteLine
();
192
Reporter.Output.
WriteLine
();
TemplatePackageCoordinator.cs (11)
157
Reporter.Output.
WriteLine
();
163
Reporter.Error.
WriteLine
();
250
Reporter.Output.
WriteLine
();
320
Reporter.Output.
WriteLine
();
638
reporter.
WriteLine
();
775
Reporter.Error.
WriteLine
();
840
Reporter.Output.
WriteLine
();
853
Reporter.Output.
WriteLine
();
859
Reporter.Output.
WriteLine
();
871
Reporter.Error.
WriteLine
();
927
Reporter.Output.
WriteLine
();
TemplatePackageDisplay.cs (7)
59
_reporterOutput.
WriteLine
();
65
_reporterError.
WriteLine
();
273
Reporter.Output.
WriteLine
();
299
Reporter.Output.
WriteLine
();
312
Reporter.Output.
WriteLine
();
318
Reporter.Output.
WriteLine
();
330
Reporter.Error.
WriteLine
();
TemplateSearch\CliTemplateSearchCoordinator.cs (2)
89
Reporter.Output.
WriteLine
();
182
Reporter.Output.
WriteLine
();