1 write to _reporter
dotnet (1)
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
61_reporter = reporter ?? Reporter.Output;
9 references to _reporter
dotnet (9)
Commands\Tool\Restore\ToolRestoreCommand.cs (9)
97_reporter.WriteLine(string.Join(Environment.NewLine, e.VerboseMessage).Yellow()); 100_reporter.WriteLine(e.Message.Yellow()); 101_reporter.WriteLine(CliCommandStrings.NoToolsWereRestored.Yellow()); 135_reporter.WriteLine(); 143_reporter.WriteLine(); 144_reporter.WriteLine(string.Join(Environment.NewLine, successMessage)); 157_reporter.WriteLine(string.Join(Environment.NewLine, 159_reporter.WriteLine(); 160_reporter.WriteLine(CliCommandStrings.LocalToolsRestoreWasSuccessful.Green());