2 implementations of Output
dotnet-getdocument (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
57
public virtual void
Output
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
20
public void
Output
(string message)
1 reference to Output
dotnet-getdocument (1)
src\Tools\GetDocumentInsider\src\ReporterExtensions.cs (1)
21
=> reporter.
Output
(Prefix("info: ", message));