2 implementations of Warn
dotnet-getdocument (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
54public virtual void Warn(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
23public void Warn(string message)
1 reference to Warn
dotnet-getdocument (1)
src\Tools\GetDocumentInsider\src\ReporterExtensions.cs (1)
18=> reporter.Warn(Prefix("warn: ", message));