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