2 implementations of Output
dotnet-sql-cache (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)
2 references to Output
dotnet-sql-cache (2)
Program.cs (2)
158
Action<string> writer = reporter.
Output
;
244
reporter.
Output
("Table and index were created successfully.");