8 references to WriteMessage
dotnet (8)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (6)
1049
WriteMessage
(heading);
1057
WriteMessage
(SingleIndentation);
1058
WriteMessage
(part);
1090
WriteMessage
(string.Empty);
1091
WriteMessage
(groupedModules.Key ? CliCommandStrings.HelpUnavailableOptions : CliCommandStrings.HelpUnavailableExtensionOptions, yellow);
1114
WriteMessage
($"{missing}\n{line}\n");
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
33
_output.
WriteMessage
(string.Format(CliCommandStrings.CmdNonExistentRootDirectoryErrorDescription, rootDirectory),
44
_output.
WriteMessage
(string.Format(CliCommandStrings.CmdNoTestModulesErrorDescription, testModules, rootDirectory),