3 implementations of Warn
GetDocument.Insider (2)
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
54
public virtual void
Warn
(string message)
src\Tools\Shared\CommandLine\NullReporter.cs (1)
23
public void
Warn
(string message)
Microsoft.Extensions.ApiDescription.Tool.Tests (1)
src\Tools\Shared\TestHelpers\TestReporter.cs (1)
27
public void
Warn
(string message)
1 reference to Warn
GetDocument.Insider (1)
ReporterExtensions.cs (1)
18
=> reporter.
Warn
(Prefix("warn: ", message));