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