2 implementations of OnOutputLine
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
88public ICommand OnOutputLine(Action<string> handler)
Command.cs (1)
171public ICommand OnOutputLine(Action<string> handler)
2 references to OnOutputLine
dotnet (1)
Commands\Tool\Install\ProjectRestorer.cs (1)
47.OnOutputLine(line => WriteLine(_reporter, line, project))
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
154command.OnOutputLine(line =>