2 implementations of OnOutputLine
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
86public ICommand OnOutputLine(Action<string> handler)
Command.cs (1)
169public ICommand OnOutputLine(Action<string> handler)
1 reference to OnOutputLine
dotnet (1)
Commands\Tool\Install\ProjectRestorer.cs (1)
47.OnOutputLine(line => WriteLine(_reporter, line, project))