2 implementations of Error
dotnet-getdocument (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
52
public virtual void
Error
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
26
public void
Error
(string message)
1 reference to Error
dotnet-getdocument (1)
src\Tools\GetDocumentInsider\src\ReporterExtensions.cs (1)
15
=> reporter.
Error
(Prefix("error: ", message));